On 10/06/2003 at 11:53:27, Omar K. wrote: > I think its worth to mention that these header checks create a lot of false > positives on non-English based characters.
Non-English characters is exactly what they're meant to check for. Non-English text needs to be encoded using the scheme in ftp://ftp.isi.edu/in-notes/rfc2047.txt instead of just being put in mail headers. Raw non-English characters in email headers can cause problems for client software that isn't expecting them (which is what started this thread). Cheers, Evan
