[Mimedefang] Quick Mods question

Ben Kamen bkamen at benjammin.net
Fri Dec 26 16:19:55 EST 2003


Ok, since I hate perl and hardly every use it, let me check this with you
guys for sanity:

in 'filter begin' - is it valid for me to place the following...
---------------------------------------------------------------------------
if (@Recipents eq 'someuser at mydomain.com' & $Subject eq 'message delivery failure') {
	delete_recipient('someuser at mydomain.com');
	add_recipient('someotheruser at samedomain.com');
	action_change_header("Subject","[BOUNCEMESSAGE] $Subject");
}
---------------------------------------------------------------------------



I'm trying to reroute bounce messages to a person who  cares about
undelivered emails.


Thanks,

 -Ben



More information about the MIMEDefang mailing list