Dear list,
I get spam like this
mail01:/var/log# grep pasovarsky_aemxyz syslog.0
Nov 18 13:36:20 mail01 postfix/qmgr[27109]: A5320950006:
from=<[EMAIL PROTECTED]>, size=1760, nrcpt=1 (queue active)
Nov 18 13:36:20 mail01 amavis[15852]: (15852-11) ESMTP::10024
/var/lib/amavis/tmp/amavis-20081118T131637-15852:
<[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]> SIZE=1760 Received:
from example.com ([127.0.0.1]) by localhost (example.com [127.0.0.1])
(amavisd-new, port 10024) with ESMTP for <[EMAIL PROTECTED]>; Tue, 18 Nov
2008 13:36:20 +0100 (CET)
Nov 18 13:36:20 mail01 amavis[15852]: (15852-11) Checking:
r6afH9rLp+KS [80.67.18.000] <[EMAIL PROTECTED]> ->
<[EMAIL PROTECTED]>
Nov 18 13:36:22 mail01 postfix/qmgr[27109]: 4021F950009:
from=<[EMAIL PROTECTED]>, size=2235, nrcpt=1 (queue active)
Nov 18 13:36:22 mail01 amavis[15852]: (15852-11) FWD via SMTP:
<[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>,BODY=7BIT 250 2.0.0
Ok, id=15852-11, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as
4021F950009
Nov 18 13:36:22 mail01 amavis[15852]: (15852-11) Passed SPAMMY,
[80.67.18.000] [89.101.56.41] <[EMAIL PROTECTED]> ->
<[EMAIL PROTECTED]>, Message-ID: <[EMAIL PROTECTED]>, mail_id:
r6afH9rLp+KS, Hits: 8.349, size: 1760, queued_as: 4021F950009, 1589 ms
Its obviously found spammy.
But for this one customer neither the spam score header or the "### SPAM
###" as configured is added to the mail.
My first problem is I can't really test this now because I drop Spam of
score 10 or higher. Of course I will change this sometime for a minute
and try out.
But is there a better method to test a mail with spam score around 8?
The real problem is I have no clue why it seems to work for all other
smtp relay domains but not this one?
Some config:
# Spam gets the Subject line prepended with:
$sa_spam_subject_tag = '### SPAM ### ';
$undecipherable_subject_tag = '### UNCHECKED ### ';
$subject_tag_maps_by_ccat{+CC_VIRUS} = [ '### VIRUS ### ' ];
$subject_tag_maps_by_ccat{+CC_BANNED} = [ '### VIRUS ### ' ];
# We tag all headers (for 'local' domains) with X-Spam info:
$sa_tag_level_deflt = undef;
# This is the system default spam tag level
# spam will be tagged and the header is inserted
$sa_tag2_level_deflt = 6.31;
#we kill spam at level 10! Final destanation is discard.
$sa_kill_level_deflt = 10;
Transportmap entry of postfix:
example1.com smtp:[example2.com]
I hope someone can share some light on this.
Best regards,
Karsten Frohwein
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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/