[Mimedefang] Copying specific sender addresses to anothermailbox.

Martin Ferguson martin at mve.com
Fri Jun 4 11:45:39 EDT 2004




sub filter_end {
     # .... any other tests
     if ( $Sender =~ /^<?support\@mydomain.com>?$/i ) {
 	add_recipient('archive at mydomain.com');
     }
     # ...
}

Works a treat. Many thanks, Martin.




More information about the MIMEDefang mailing list