[Mimedefang] action_change_subject

Russ GilmanHunt rgilmanhunt at hotp.com
Tue Apr 15 13:03:00 EDT 2003


Ryan N. Hardy wrote:
> So, you would probably want something like this in your SpamAssassin block:
> 
>         if ($hits >= $req) {
> 	      # Other actions to take
>             action_change_header("Subject", "*****SPAM***** " . $Subject);
>         }

Or, if you're childlike, and it's 2003-04-01:
 if ($recipient is not the boss){
   action_change_header("Subject", reverse($Subject));
   action_change_header("X-Holiday", "Muahahahaha!");
   }

Russ





More information about the MIMEDefang mailing list