[Mimedefang] SUMMARY:Bypass MD+SA filtering by domain name

Liang, Warren wliang at infocrossing.com
Thu Oct 14 17:10:55 EDT 2004


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



More information about the MIMEDefang mailing list