Dan Hampl wrote:
>
> Greetings:
>
> Anybody have a set of Taboo headers to bounce message that are:
>
> HTML or MIME or have attachments?
>
> I am currently using version 1.95
Here's what I use with v1.94, seems to work pretty well:
taboo_body << END
/^Content-Type: text\/html/i
/^Content-Type: application/i
/^Content-Disposition: attachment/i
/^Content-transfer-encoding: base64/i
/^begin [0-9][0-9][0-9]/
/begin 6\d\d winmail.dat/i
/make money fast/i
/octet-stream/i
END
taboo_headers << END
/^Content-Type: multipart/mixed;/i
/^Content-Type: multipart\/alternative;/i
/^Content-Type: multipart\/signed;/i
/^Content-Type: message\/partial/i
/^Content-Type:.*text\/html/i
/^Content-Transfer-Encoding: base64/i
END
--
_ _ |
|_| C o l l e c t i v e |_| | Bryan Blackwell, Consultant
|___ ___| | bryan@skiblack.com
[] technologies [] | bryan@colltech.com
http://www.colltech.com | Client: Cable & Wireless
References:
|
|