Jim Reisert writes:
> I have had a couple of list owners ask me if a taboo filter can be installed
> to reject messages with MIME attachments. Has anyone developed such a filter
> that they would be willing to share?
For catching html'ish posts (and the MS equivilent), I use:
/^Content-Type:\s*multipart\/alternative\b/i
/^Content-Type:\s*application\/ms-tnef\b/i
as a taboo_header
and
/^Content-Type:\s*application\/ms-tnef\b/i
/^begin 600 WINMAIL.DAT/i
as a taboo_body.
Hope this will give you a start.
Jeff
References:
|
|