That works like a charm!
From 0 - 3.5 X-Spam* added, X-Spam-Status: NO, subject unchanged From 3.5-5.0 X-Spam* added, X-Spam-Status: NO, subject shows [possible-spam] From 5.0-6.0 X-Spam* added, X-Spam-Status: YES subject: **spam** (procmail moves to Spam folder) From 6.0-8.01 X-Spam* added, X-Spam-Status: YES subject **blatant-spam** (procmail moves to Spam folder) From 8.01+ Spam is killed. Thank you for your help and for such an excellent tool! -Ryan Quoting "Mark Martinec" <[EMAIL PROTECTED]>: > Ryan, > >> > Not without tweaking the code >> > (in sub add_forwarding_header_edits_per_recip). > >> Thanks for the tip Mark. >> I modified amavisd: >> my($do_tag) = !$bypassed && ( >> $blacklisted || !defined $tag_level ||... >> $DO_TAG = 1; >> my($do_tag2,$do_tag3,$do_kill) =... > > Not there, but in sub add_forwarding_header_edits_per_recip > (2.6.1): > > > --- amavisd.orig 2008-06-29 02:37:58.000000000 +0200 > +++ amavisd 2008-10-27 19:58:16.000000000 +0100 > @@ -11125,4 +11125,5 @@ > my($bypassed) = $r->bypass_spam_checks; > my($do_tag) = $r->is_in_contents_category(CC_CLEAN,1); > +$do_tag = 1; > my($do_tag2) = $r->is_in_contents_category(CC_SPAMMY); > my($do_kill) = $r->is_in_contents_category(CC_SPAM); > > > > Mark > > ------------------------------------------------------------------------- > 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/ > -- Ryan D. McGuire c: (508) 517-1841 h: (214) 432-6834 [EMAIL PROTECTED] ------------------------------------------------------------------------- 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/
