On Tue, 27 Jul 1999, Scott Fabbri wrote:
If you're willing to just give the bad guy Sendmail bounces, you can use this
instead:
------------------------------------------------------------------------->8
:0
* ^From(_dot_)*badguy(_at_)bad\(_dot_)domain
* ^TOharassed(_at_)our\(_dot_)domain
{
EXITCODE=77
LOG="mail to harassed(_at_)our(_dot_)domain rejected from
badguy(_at_)bad(_dot_)domain
"
:0
| /usr/ucb/mail -s "Unauthorized mail from badguy(_at_)bad(_dot_)domain"
postmaster
}
Is there any way to have the bounced message include (hopefully in the
first line of the message area) something like:
*** YOUR MAIL WAS THRASHED BY OUR ANTI-SPAM FILTERS ***
??? (To use the same concept in dealing with mail 'filtered' by
message body text screening, but with an added explanation).
Thanks for any help.
Eric Hilding