On Mon, 29 Nov 1999, Randy Bush wrote:
> how does this prevent responding to the person who sends email to a
> mailing list to which you subscribe? i believe using $return_path as
> opposed to $sender_address will help. but i think one really wants
> to prevent response when the $return_path has 'owner' as a substring
> and other cruft.
>
> i am still watching for a very conservative vacation recipe.
The "if personal" test in the Exim filter language tries to do this.
It is equivalent to
if $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" |
You could code all these tests into a "condition" option on a director
if you wanted to, and add any additional sender tests you fancied.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.