[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Asrg] List Detection
> At 09:24 AM 5/13/03 -0400, Eric Dean wrote:
> >I've started a new thread to discuss list detectiom just to be search
For what it's worth
exim (the MTA) provides a condition "personal" for use in filters ("to
distinguish between incoming personal mail and mail from a mailing list.")
is a shorthand for
$header_to: contains "$local_part@$domain" and
$header_from: does not contain "$local_part@$domain" and
$header_from: does not contain "server@" and
$header_from: does not contain "daemon@" and
$header_from: does not contain "root@" and
$header_subject: does not contain "circular" and
$header_precedence: does not contain "bulk" and
$header_precedence: does not contain "list" and
$header_precedence: does not contain "junk"
--
_______________________________________________
Asrg mailing list
Asrg@ietf.org
https://www1.ietf.org/mailman/listinfo/asrg