Re: Filtering windows-1252 charset

2006-05-22 Thread Philip Prindeville
Kai Schaetzl wrote: Philip Prindeville wrote on Thu, 18 May 2006 08:47:48 -0600: How legitimate is email sent as windows-1252? Very, because broken Windows clients use it. Kai Ah, the "Strong Arm school of standards enforcement." ;-) -Philip

Re: Filtering windows-1252 charset

2006-05-18 Thread Kai Schaetzl
Philip Prindeville wrote on Thu, 18 May 2006 08:47:48 -0600: > How legitimate is email sent as > windows-1252? Very, because broken Windows clients use it. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com

Re: Filtering windows-1252 charset

2006-05-18 Thread Craig McLean
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philip Prindeville wrote: > Jonathan Armitage wrote: > >> I see some spam with "windows-1252" or other unwanted character sets at >> the start of the subject. I reject them via an Exim ACL, so SA doesn't >> even have to scan them. >> >> > > Which

RE: Filtering windows-1252 charset

2006-05-18 Thread Bret Miller
> Which brings up the subject... How legitimate is email sent as > windows-1252? > > I see absolutely no reason to send it, since it offers no > advantage over > iso-8859-1 > or utf-8, and the RFC's are pretty clear about using the "smallest" > encoding that > will fit a message, i.e. usascii => i

Re: Filtering windows-1252 charset

2006-05-18 Thread Philip Prindeville
Jonathan Armitage wrote: >I see some spam with "windows-1252" or other unwanted character sets at >the start of the subject. I reject them via an Exim ACL, so SA doesn't >even have to scan them. > > Which brings up the subject... How legitimate is email sent as windows-1252? I see absolutel

Re: Filtering windows-1252 charset

2006-04-03 Thread Philip Prindeville
If anyone would like to make use of it, I ended up using: # for mime headers... mimeheader __CTYPE_MH_TEXT_PLAIN Content-Type =~ /text\/plain/i mimeheader __CTYPE_MH_HTML Content-Type =~ /text\/html/i # don't allow windows-1252 text attachments... mimeheader __CTYPE_MH_WIN1252 Content-Type

Re: Filtering windows-1252 charset

2006-04-03 Thread Jonathan Armitage
Theo Van Dinter wrote: On Mon, Apr 03, 2006 at 12:07:00PM -0600, Philip Prindeville wrote: --=_NextPart_000_0016=_NextPart_000_0016 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Using: # don't allow windows-1252 text attachments... header __CT

Re: Filtering windows-1252 charset

2006-04-03 Thread Philip Prindeville
Theo Van Dinter wrote: >On Mon, Apr 03, 2006 at 12:07:00PM -0600, Philip Prindeville wrote: > > >>>--=_NextPart_000_0016=_NextPart_000_0016 >>>Content-Type: text/plain; >>>charset="Windows-1252" >>>Content-Transfer-Encoding: 7bit >>> >>> >>> >>Using: >># don't allow windows

Re: Filtering windows-1252 charset

2006-04-03 Thread Theo Van Dinter
On Mon, Apr 03, 2006 at 12:07:00PM -0600, Philip Prindeville wrote: > > --=_NextPart_000_0016=_NextPart_000_0016 > > Content-Type: text/plain; > > charset="Windows-1252" > > Content-Transfer-Encoding: 7bit > > > Using: > # don't allow windows-1252 text attachments... > header __CTYP

Filtering windows-1252 charset

2006-04-03 Thread Philip Prindeville
I was trying to filter messages like: > Return-Path: <[EMAIL PROTECTED]> > Received: from redfish-solutions.com (ppp125-53.dsl-coc.eth.net > [61.11.125.53] (may be forged)) > by mail.redfish-solutions.com (8.13.1/8.13.1) with ESMTP id > k1SGqvTs021448 > for <[EMAIL PROTECTED]>; Tue