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/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|