Dave wrote:

> Hi folks, having a problem with spam coming in with no spam header at all, 
> but does include the 'scanned by' header notation.

> Here's an example of mail that does not have the header:

> http://pastebin.stonekeep.com/13

> Here's another one that does - so the headers -are- getting in, just not 
> consistently:

> http://pastebin.stonekeep.com/12

> The installation is on Debian 'stable' linux, which dpkg shows as:

> [EMAIL PROTECTED]:~$ dpkg -l|grep -i amavis
> ii  amavisd-new    20030616p10-5  Interface between MTA and virus 
> scanner/cont

> Spamassassin appears to be 3.0.3 with some Debian patches.

> Are the spammers doing something to bypass Amavisd + SA?  My goal is to 
> have -all- messages have a X-Spam-Status line in them.  In my amavisd.conf 
> file, I have:

> $sa_tag_level_deflt  = -9999.0; # add spam info headers if at, or 
> above that level
> $sa_tag2_level_deflt = 4.5; # add 'spam detected' headers at that 
> level
> $sa_kill_level_deflt = $sa_tag2_level_deflt; # triggers spam 
> evasive actions
>         -dbs

The recipient must be considered 'local' in order to get the X-Spam
headers inserted. Include huckules.org in @local_domains_acl:

@local_domains_acl = ( ".$mydomain", '.huckules.org' );

Place all your domains there.

This is a FAQ, see the section "No spam-related headers inserted?"
http://www.ijs.si/software/amavisd/#faq-spam

Gary V


-------------------------------------------------------------------------
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/

Reply via email to