The easy way is to put the email address in your config file. Below shows how I "moderate" certain users to make sure their posts to my list meet the list guide lines.
You can do the same to ban a particular address. All the messages from that address would be bounced to the list owner and not posted to the list.
The "taboo_headers" section of the config file is below. (I also block HTML emails and attachments with this but I now use demime so I guess I don't need that any more.) I hope this helps. -- Allan
# taboo_headers [regexp_array] (undef) <resend>
# If any of the headers matches one of these regexps, then the
# message will be bounced for review.
taboo_headers << END
/content-type: multipart/i
/Content-Disposition: attachment/i
/Content-Type: application/i
/remove/i
/Extractor/i
/WINMAIL.DAT/i
/Content-Type: application/i
/Content-Transfer-Encoding: base64/i
/Content-Type: text\/html/i
/multi-part message in MIME/i
/------=_NextPart/i
/sdwriter\@hotmail.com/i
/Stallions2001\@webtv.net/i
/DEBBIEDUBOSE\@hotmail.com/i
/cwhitlock\@mindspring.com/i
/davescatfun\@aol.com/i
/mrfurley15\@yahoo.com/i
/frankmagic\@webtv.net/i
END
PJP wrote:
> Please advise -- I have had no luck searching the FAQs, documentation, or
> archives of this list. I imagine I have simply overlooked the answer, and if so
> I apologize. Ideally, I'd like to be able to do this by e-mailed commands to
> majordomo. Thanks.
References:
|
|