Dan Liston wrote:
>
> What I have done is look through my message archives (pine and netscape
> folders), and find headers that indicate attachments. These are the filters
> I have put in place to avoid attachments on my majordomo server.
>
> $global_taboo_headers = <<'END';
> /^content-type:.*html/i
> /^content-type:.*rich/i
> /^Content-Type:.*application/i
> /^Content-Type:.*multipart/i
> /^X-MS-Attachment:/i
> /^Content-Disposition:\s+attachment/i
> /^Content-Transfer-Encoding:\s+base64/i
I've been using simply:
/boundary/i
Now I wonder - what am I *not* catching?
- Jim
--
Jim Reisert Voice: 781-685-3840
Mint Technology Fax: 781-685-3801
77 South Bedford Street Email: jim_reisert@mint-tech.com
Burlington, MA 01803 WWW: http://www.mint-tech.com/
Follow-Ups:
References:
|
|