ietf-asrg
[Top] [All Lists]

Re: [Asrg] List Detection

2003-05-14 01:21:24
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(_at_)$domain" and
   $header_from: does not contain "$local_part(_at_)$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(_at_)ietf(_dot_)org
https://www1.ietf.org/mailman/listinfo/asrg



<Prev in Thread] Current Thread [Next in Thread>