This is a discussion on [AMaViS-user] Spam_lovers virus_lovers within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Hi, I have a problem with the following versions: Amavisd-new 2.5.2 SpamAssassin 3.2.3 FreeBSD 6....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have a problem with the following versions: Amavisd-new 2.5.2 SpamAssassin 3.2.3 FreeBSD 6.2 I want to use spam_lover and virus_lover to bypass few emails and domains. Few years ago, I'm using acl syntax to bypass checks for listed recipients/domains : @bypass_virus_checks_acl = qw( .domain1.com toto@domain2.com ! . ); @spam_lovers_acl = @virus_lovers_acl = @bypass_spam_checks_acl = @bypass_virus_checks_acl; It doesn't work to this amavisd-new version. I try to use spam_lovers_maps syntax : @spam_lovers_maps = @bypass_spam_checks_maps = @banned_files_lovers_maps = @bypass_banned_checks_maps = @bad_header_lovers_maps = @bypass_header _checks_maps = (read_hash("/var/amavis/spam_lovers"), ); or @bypass_spam_checks_maps = ( [qw( .domain1.com toto@domain2.com )] ); or read_hash(\%spam_lovers, '/var/amavis/spam_lovers'); This file is list with 1 email address or domain per line (in lower case) : toto@domain2.com ..domain1.com But this does not have any effect. In /var/log/maillog file, I see this : Hits: -1 , normally it should be to Hits: - Thanks in advance Vincent __________________________________________________ ___________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/ |