This is a discussion on problem with subject tag within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hi I've problem with add "spam" tag to message subject. I'm using Debian Etch + postfix+amavis. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I've problem with add "spam" tag to message subject. I'm using Debian Etch + postfix+amavis. My config is $sa_spam_subject_tag = '***SPAM*** '; $sa_tag_level_deflt = -9999; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level $sa_kill_level_deflt = 6.31; # triggers spam evasive actions $sa_dsn_cutoff_level = undef; # spam level beyond which a DSN is not sent $sa_spam_modifies_subj = 1; # may be a ref to a lookup table, default is true $final_virus_destiny = D_DISCARD; # (data not lost, see virus quarantine) $final_banned_destiny = D_BOUNCE; # D_REJECT when front-end MTA $final_spam_destiny = D_PASS; $final_bad_header_destiny = D_PASS; # False-positive prone (for spam) but all subject ale original. This is a parto of my log Oct 16 00:26:41 zgmailer amavis[29566]: (29566-01) CALLING SA check Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) spam_scan: score=1001.389 tests=[ALL_TRUSTED=-1.8,BAYES_00=-2.599,DCC_CHECK=2.17,GTUBE=1000,MISSING_SUBJECT=1. 816,NO_REAL_NAME=0.961,UNDISC_RECIPS=0.841] Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag2_level) => true, destadres@ala.com matches, result="6.31", matching_key="(constant:6.31)" Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag3_level) => undef, "destadres@ala.com" does not match Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_kill_level) => true, "destadres@ala.com" matches, result="106.31", matching_key="(constant:106.31)" Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (bypass_spam_checks) => undef, "destadres@ala.com" does not match Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) final_destiny PASS, recip destadres@ala.com Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) do_notify_and_quarantine: ccat=Spam, (6,0) Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (bypass_spam_checks) => undef, "destadres@ala.com" does not match Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag_level) => true, "destadres@ala.com" matches, result="-9999", matching_key="(constant:-9999)" Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag2_level) => true, "destadres@ala.com" matches, result="6.31", matching_key="(constant:6.31)" Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_kill_level) => true, "destadres@ala.com" matches, result="106.31", matching_key="(constant:106.31)" Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_quarantine_to) => true, "destadres@ala.com" matches, result="spam-quarantine", matching_key="(constant:spam-quarantine)" Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_quarantine_cutoff_level) => undef, "destadres@ala.com" does not match Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_admin) => undef, "destadres@ala.com" does not match Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_quarantine_bysender_to) => undef, "toi@toi.pl" does not match Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) local delivery: <toi@toi.pl> -> <spam-quarantine>, mbx=/var/lib/amavis/virusmails/spam-FFuFq4RGontd.gz |
|
|||
|
cub_s1 pisze:
> Hi > I've problem with add "spam" tag to message subject. > I'm using Debian Etch + postfix+amavis. > > My config is > $sa_spam_subject_tag = '***SPAM*** '; > $sa_tag_level_deflt = -9999; # add spam info headers if at, or above that > level > $sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level > $sa_kill_level_deflt = 6.31; # triggers spam evasive actions > $sa_dsn_cutoff_level = undef; # spam level beyond which a DSN is not sent > > $sa_spam_modifies_subj = 1; # may be a ref to a lookup table, default is > true > > $final_virus_destiny = D_DISCARD; # (data not lost, see virus > quarantine) > $final_banned_destiny = D_BOUNCE; # D_REJECT when front-end MTA > $final_spam_destiny = D_PASS; > $final_bad_header_destiny = D_PASS; # False-positive prone (for spam) > > but all subject ale original. > This is a parto of my log > > Oct 16 00:26:41 zgmailer amavis[29566]: (29566-01) CALLING SA check > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) spam_scan: score=1001.389 > tests=[ALL_TRUSTED=-1.8,BAYES_00=-2.599,DCC_CHECK=2.17,GTUBE=1000,MISSING_SUBJECT=1. 816,NO_REAL_NAME=0.961,UNDISC_RECIPS=0.841] > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag2_level) > => true, destadres@ala.com matches, result="6.31", > matching_key="(constant:6.31)" > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag3_level) > => undef, "destadres@ala.com" does not match > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_kill_level) > => true, "destadres@ala.com" matches, result="106.31", > matching_key="(constant:106.31)" > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup > (bypass_spam_checks) => undef, "destadres@ala.com" does not match > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) final_destiny PASS, recip > destadres@ala.com > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) do_notify_and_quarantine: > ccat=Spam, (6,0) > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup > (bypass_spam_checks) => undef, "destadres@ala.com" does not match > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag_level) > => true, "destadres@ala.com" matches, result="-9999", > matching_key="(constant:-9999)" > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_tag2_level) > => true, "destadres@ala.com" matches, result="6.31", > matching_key="(constant:6.31)" > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_kill_level) > => true, "destadres@ala.com" matches, result="106.31", > matching_key="(constant:106.31)" > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup > (spam_quarantine_to) => true, "destadres@ala.com" matches, > result="spam-quarantine", matching_key="(constant:spam-quarantine)" > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup > (spam_quarantine_cutoff_level) => undef, "destadres@ala.com" does not match > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup (spam_admin) => > undef, "destadres@ala.com" does not match > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) lookup > (spam_quarantine_bysender_to) => undef, "toi@toi.pl" does not match > Oct 16 00:26:43 zgmailer amavis[29566]: (29566-01) local delivery: > <toi@toi.pl> -> <spam-quarantine>, > mbx=/var/lib/amavis/virusmails/spam-FFuFq4RGontd.gz > > > I've done it. I've wrong entry in /etc/mailname |