[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Exim filter for sendsys messages



This systemwide filter will work to bounce most sendsys messages. It can
not be used in user filters because users can not use the fail directive
to bounce traffic.

# Exim filter

if $sender_address_local_part: contains "news" and
 $sender_address_domain: does not contain "<your-domain-here>" and
 $h_subject: contains "sendsys" then
 seen fail endif


NOTE: users can use a last line of:

seen finish endif

to dump the traffic to /dev/null




George Bonser

The Linux "We're never going out of business" sale at an FTP site near you!


Reply to: