Good afternoon,

Thanks to David Skoll, I am able to bypass MD+SA filtering by the
recipient's domain name. Here is David's solution:

the ACCEPT_AND_NO_MORE_FILTERING trick only works from filter_relay,
filter_sender and filter_recipient.  Here, you have to put the following
code at the beginning of ALL 4 of the functions filter_begin, filter,
filter_multipart and filter_end:

if (canonicalize_email($Domain) eq 'eastcoast.com') {
    return;
}

Thanks,
Warren

_______________________________________________
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