Hi,

I asked other mailinglists already and nobody could help me with my problem,
since it works sometimes.

Did you ask on the amavis user's list?


What I am missing in a mail-header is something like this:
X-Spam-Status: No, hits=-5.895 tagged_above=-20 required=5 tests=ALL_TRUSTED,
(from another system).

I have similiar problemes with different Linux distris, with SuSE it works a
little bit better, here I am discussing an uptodate Debian-Sid-System.
Detailed versions you see below.

For spam-reasons I use FQDN instead of the existing configuration. Please let
me know which Info you need too.


Received: from localhost (localhost.localdomain [127.0.0.1])
        by client4.local.FQDN (Postfix) with ESMTP id 621E57359
        for <[EMAIL PROTECTED]>; Thu, 26 Jan 2006 15:48:51 +0100 (CET)

$mydomain = '';

why would you leave $mydomain blank?

$sa_tag_level_deflt = -100.0; # add spam info headers if at, or above that
level

set
$mydomain = 'client4.local.FQDN';
and add
@local_domains_maps = ( [".$mydomain"] );

X=Spam headers are only added for recipient domains that are included in @local_domains_maps.

See:
http://www.ijs.si/software/amavisd/#faq-spam

and start reading from:
"No spam-related headers inserted?"

Gary V

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement

Reply via email to