On Wed, 1 Oct 2003, Thorsten Franzke wrote: > Hi, > > I am having the problem that certain messages from my message board get > bounced at gmx.de (large German freemailer) which is using spamassassin for > header filtering. > > If I look into the X-headers I do find the following: > > X-GMX-Antispam: 5 (Score=3.949; NO_REAL_NAME SUBJ_ILLEGAL_CHARS) > > I am aware about the NO_REAL_NAME information. But what about the > SUBJ_ILLEGAL_CHARS. I cannot find anything on that on spamassassin itself [snip..]
RFC-2822 says that raw SMTP headers should contain nothing but 7-bit ASCII. If you wish to use international character sets or UTF-8 it should be encoded (either QuotedPrintable or Base64, see ISO-2022). Raw 8-bit characters can cause problems with older programs and are a source of confusion. (Raw high-8 bit characters mean different things depending upon the default character-set in use by the recipient.) (IMAP server authors get upset over this issue as they have to deal with parsing headers for searching & sorting.) QP solves both of those issues, with little additional overhead. Modern mail clients automatically take care of this. Raw 8-bit headers are an indication of spam or a broken client and rightly shunned. As I assume that you're not a spammer, this means that your mail client is not following international standards and needs to be updated. -- Dave Funk University of Iowa <dbfunk (at) engineering.uiowa.edu> College of Engineering 319/335-5751 FAX: 319/384-0549 1256 Seamans Center Sys_admin/Postmaster/cell_admin Iowa City, IA 52242-1527 #include <std_disclaimer.h> Better is not better, 'standard' is better. B{ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk