Hi,
I want to use this setting im amavisd.conf to bypass
spam checks for outgoing eMails but it don't work.
@bypass_spam_checks_maps =
( {map {$_ => !$local_domains{$_}} keys
%local_domains}, 1);
My setting for local_domains is like
@local_domains_maps = # using ACL lookup table
# ( [ ".$mydomain", 'sub.example.net',
'.example.com' ] );
With these settings the incoming emails are not
scanned for spam. If I run amavisd-debug I see that
the recipient is treated as local and that spam checks
are bypassed.
As I understand spam checks should be bypassed if an
user from (for example) example.com send an email to
an user outside his own domain (AOL,Yahoo....) but
incoming eMails should be scanned (all what is not in
local_domains).
Have I missed something?
Regards,
Sebastian
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/