Frank wrote:

> But I still don't see any headers added from SpamAssassin to the
> incoming mails. $sa_tag_level_deflt is set to -999.0 so I expect every
> mail to have some X-Spam headers but these are only inserted if a mail
> is really spam.

> Do you know how to configure Amavis to add X-Spam headers to every mail
> no matter how high the spam results are?

You mean no matter how low.

> Regards,
>   Frank

What domain was the mail addressed to? It's possible $mydomain has a
bad value. You may want to set it manually.

$mydomain = 'example.com';
@local_domains_acl = ( [".$mydomain", '.thelogic.de', '.thelogic.org' ] );

Can you show a header where it WAS added?

Show:
ls -l /etc/amavis/conf.d

I'm looking to see if you could you have an old configuration file that
is overriding your setting. In other words:

grep @local_domains /etc/amavis/conf.d/*
grep sa_tag_level_deflt /etc/amavis/conf.d/*

Gary V



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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