shuttlebox <shuttlebox@...> wrote: > What do others think? I love the syntax of greylist.conf and often use > it instead of Sendmail, if only I had the above feature I could > integrate log parsing scripts that would blacklist spammers, I don't > want to mess with the main file for that. The include feature would be interesting, but we could also have an ACL clause to lookup a string from a file. Like we have urlcheck and ldapcheck: filecheck "blacklist" "/var/run/blacklist.txt" "%i" (...) racl blacklist filecheck "blacklist" The advantage is that you are less likely to mess the configuration if you enter badly formatted data. I suspect we can improve the above syntax to parse more complicated files. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] Feature request - include in greylist.conf
2012-02-27 by manu@netbsd.org