This is a discussion on [AMaViS-user] Multiple recipients and bypass_spam_checks_maps within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Hi, We're using amavisd-new with LDAP lookups. I recently upgraded to version 2.2.1 (20041222). Almost everything ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
We're using amavisd-new with LDAP lookups. I recently upgraded to version 2.2.1 (20041222). Almost everything is working great and the new LDAP code is a nice improvement. Just 2 questions: - It would be nice if $at_with_user could be configured in the config file instead of the binary. - If there are multiple recipients of which some have spamchecks enabled and some don't, the variable $bypass_spam_checks_maps is not correctly treated for the recipients that have bypass_spam_checks set to 'TRUE'. They are treated as if they would have set bypass_spam_checks set to 'FALSE'. I can send the complete logging if needed (56k), here's a snip of it: lookup_ldap(user1@domain1.com) matches, result=(amavisspammodifiessubj=>"TRUE", amavisspamkilllevel=>"999", amavisspamtag2level=>"4", mail=>"user1@domain1.com", amavisbannedfileslover=>"TRUE", amavisbypassspamchecks=>"FALSE", amavisspamtaglevel=>"-10", amavisbypassviruschecks=>"FALSE", amavisviruslover=>"FALSE") lookup_ldap(user2@domain2.com) matches, result=(amavisspammodifiessubj=>"FALSE", amavisspamkilllevel=>"6", amavisspamtag2level=>"6", mail=>"user2@domain2.com", amavisbannedfileslover=>"TRUE", amavisbypassspamchecks=>"TRUE", amavisbypassviruschecks=>"FALSE", amavisviruslover=>"FALSE") And this is the result, although user2@domain2.com has bypassspamchecks set to TRUE: Passed SPAM, ... <root@essentkabel.com> -> <user1@domain1.com> Blocked SPAM, ... <root@essentkabel.com> -> <user2@domain2.com> -- Kind regards, Chris van Meerendonk ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |