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/ 

Reply via email to