peter wrote: > 2007/6/1, Matthias Haegele <[EMAIL PROTECTED]>: >> peter gehle schrieb: >> > Hi, >> > >> > so my last error. >> > I got amavisd-new v 2.4.2-6.1installed and using SQL lookups for user >> > based policies. >> > The proble is that emails with score above the kill level are beeing >> > delivered like clean mails with SPAM or anything else. >> > >> >> > $sa_tag_level_deflt = -999; # add spam info headers if at, or above that >> > level >> > $sa_tag2_level_deflt = 3.0; # add 'spam detected' headers at that level >> >> > $sa_kill_level_deflt = 4.0; # triggers spam evasive actions >> >> > $sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent >> > $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; >> >> Perhaps you want to change this to something like: >> $final_spam_destiny = D_DISCARD;
> I changed the line, however the spam still would be delivered to the > users mailbox not to the quarantine. > May 31 16:02:42 spamfilter amavis[19907]: (19907-05) local delivery: > <[EMAIL PROTECTED]> -> <spam-quarantine>, > mbx=/var/lib/amavis/virusmails/spam-7HjfSRMDq3vH.gz > May 31 16:02:42 spamfilter amavis[19907]: (19907-05) SPAM, > <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, Yes, score=21.679 > tag=-1000 tag2=2 kill=3 tests=[AWL=-12.331, BAYES_50=0.001, DELO1=9.8, > DRUGS_ERECTILE=0.493, RAZOR2_CF_RANGE_51_100=0.5, > RAZOR2_CF_RANGE_E8_51_100=1.5, RAZOR2_CHECK=0.5, SARE_LWTARGETP=1.66, > SARE_MLB_Stock1=1.66, SPF_PASS=-0.001, STRONG_BUY=2.69, > SUBJECT_DRUG_GAP_C=0.614, URIBL_BLACK=3, URIBL_JP_SURBL=4.087, > URIBL_OB_SURBL=3.008, URIBL_SC_SURBL=4.498], autolearn=spam, > quarantine 7HjfSRMDq3vH (spam-quarantine) > May 31 16:02:42 spamfilter amavis[19907]: (19907-05) Passed SPAM, > [213.165.64.20] [85.16.67.179] <[EMAIL PROTECTED]> -> > <[EMAIL PROTECTED]>, quarantine: spam-7HjfSRMDq3vH.gz, > Message-ID: <[EMAIL PROTECTED]>, mail_id: 7HjfSRMDq3vH, > Hits: 21.679, queued_as: 2674ACA72, 2922 ms Don't top post, it makes the thread hard to read. This message was quarantined (and passed). Make sure you reload amavisd-new after making changes to amavisd.conf. In SQL look at the policy for this particular recipient and see if spam_lover is set to "Y". Also see if you have any static @spam_lovers_maps settings in amavisd.conf. Gary V ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/