sub filter_end {
     # .... any other tests
     if ( $Sender =~ /^<[EMAIL PROTECTED]>?$/i ) {
        add_recipient('[EMAIL PROTECTED]');
     }
     # ...
}

Works a treat. Many thanks, Martin.


_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to