SA Bugzilla – Bug 3188
local characters counted as "illegal" in subject
Last modified: 2005-01-21 02:19:27 UTC
The function check_illegal_chars excludes a single instance of three special characters on subject (#, pound, cent) - anyway, for users located in countries or speaking languages that use special non-7-bit-characters like "äöüß" (or the dozens of accented chars) this might prove to be a problem. I know that the RFCs call for other encoding than 7bit for those characters, but not all mailers seem to follow that RFC - there seem to be instances where special characters are not escaped. Question is whether this should be taken into account or not - while I do think that on from and to headers there should not be any special characters, I have yet to see any spam where any of the special chars could have identified it as spam (contrary, spam that uses funny chars for an eye catcher 99 out of 100 cases has the correct encoding, getting it through that spam check ...)
From: and To: are no different than Subject: in this case. I agree that maybe the rule should go. It's better to have per-user checks for this sort of thing.
Well, we've taken this under advisement. I tuned the callers of check_illegal_chars to have higher limits, which helps, and getting more European email in our nightly/release corpora would help, but there's not much else to do with this bug.