milter-greylist 3.0 alpha3 is out
2006-08-28 by manu@netbsd.org
Here is the alpha3 of milter-greylist 3.0
http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0a3.tgz
MD5 (milter-greylist-3.0a3.tgz) = 6456ffff0966dd251c878c65c70c7343
There is a major feature added here: you can now use any Sendmail macro
in access lists. Here is an example to have a custom delay for hosts
that do not have a correct reverse DNS:
sm_macro "maybe_forged" "{client_resolve}" "FORGED"
acl greylist sm_macro "maybe_forged" delay 1h
acl greylist default 15m
I also make a large change on syslog and printf debugs to make sure no
output message can be missed. That may need some testing.
From the Changelog:
3.0a3
Fix --disable-drac and --disable-dnsrbl (Fabien Tassin)
Add support to use Sendmail macros in the ACL
Remove the need of LOG_PERROR, make sure no log is missed
Make sure -c tells what happens and return an usable exit code
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...