Odd Behavior with dacl in version 4.2b1
2009-03-13 by Jim Hermann - UUN Hostmaster
Friends, I recently added dacl to my existing milter-greylist configuration. It appears that the dacl checks are ignoring my configuration for auth and report. I don't have noauth uncommented in my greylist.conf. Before I started using dacl with spamd support, messages from Authenticated Users were skipped by milter-greylist. After I started using dacl with spamd, I had to add these two lines to the first part of greylist.conf: racl whitelist auth /.*/ report "skipping dacl greylist because user is authenticated." dacl whitelist auth /.*/ report "skipping dacl greylist because user is authenticated." However, greylist is ignoring the report part of these lines. I have reportdelays set. The rest of my dacl settings are: dacl whitelist addr 127.0.0.1 nolog dacl whitelist rcpt support@... report "skipping dacl greylist because user is whitelisted." dacl whitelist auth /.*/ report "skipping dacl greylist because user is authenticated." dacl blacklist rcpt /.*@.*/ spamd > 10 msg "Your message is considered high-scoring spam by SpamAssassin." dacl blacklist rcpt /.*@.*/ spamd > 5 msg "Your message is considered spam by SpamAssassin. Contact support@... if this is an error." dacl whitelist default nolog Also, the spamd > 5 only blocks messages with a score above 5.5. I can't put 5.0 in the dacl line. Jim