"St - Musaic.Net" wrote:
>
> > Anybody have a set of Taboo headers to bounce message that are:
> > HTML or MIME or have attachments?
>
> Here is (part of) my taboo_header section:
>
> /^Content\-Disposition\:\s+attachment/i
> /^Content\-Transfer\-Encoding\:\s+base64/i
> /^Content\-Transfer\-Encoding\:\s+quoted\-printable/i
> /^Content\-Type\:\s+application/i
> /^Content\-Type\:\s+multipart/i
> /^Content\-Type\:\s+text\/html/i
> /^Disposition\-Notification\-To/i
> /^Subject\: fw/i
> /^X\-MS\-Attachment\:\s+winmail.dat/i
>
> / St
I use very similar taboos, but just for advice,
you do not need to escape dashes or colons.
My filters are also a little less specific, and
therefore a little more strict.
/^content-transfer-encoding:\s+[^78]/i
/^content-type:\s.*html/i
/^content-type:\s.*multi/i
/^content-type:\s.*rich/i
/^content-type:\s.*appl/i
/^X-MS-Attachment/i
/^X-MSMail-Priority:.*/i
/^X-Mailer:.*Microsoft Outlook/i
/^X-MimeOLE:.*Microsoft MimeOLE/i
Needless to say, if it comes from a microsoft product,
I want it to be flagged/bounced/approved before it gets
into any of my lists.
Dan Liston
References:
|
|