SA Bugzilla – Bug 6398
SUBJ_ALL_CAPS matches arabic letters in subject when replied
Last modified: 2010-03-31 14:53:28 UTC
Created attachment 4729 [details] Mailheader example Hi When sending a mail with arabic subject (e.g. بسم الله الرحمن الرحيم), a reply or forward causes the SUBJ_ALL_CAPS pattern to match (e.g. "AW: بسم الله الرحمن الرحيم" or "FWD: بسم الله الرحمن الرحيم"). This might also be the case for other languages (e.g. Hindi, Thai, etc.) Kindest regards, Luther
Looks like a duplicate of bug 5859...
> When sending a mail with arabic subject (e.g. بسم الله الرحمن الرحيم), a reply > or forward causes the SUBJ_ALL_CAPS pattern to match (e.g. "AW: بسم الله الرحمن > الرحيم" or "FWD: بسم الله الرحمن الرحيم"). > This might also be the case for other languages (e.g. Hindi, Thai, etc.) Here is the attached header field sample: Subject: =?utf-8?Q?AW:_=D8=A7=D9=84=D9=84=D9=87_=D9=83=D8=A8=D8=B1?= Should the CHARSETS_LIKELY_TO_FP_AS_CAPS in Constants.pm include 'utf-8'? Shouldn't the "=hh" entities be exempt from QP encoded strings entirely? Also, shouldn't the B-encoded (base64) MIME strings be exempt entirely from this test?
> Looks like a duplicate of bug 5859... Indeed. Marking as such. *** This bug has been marked as a duplicate of bug 5859 ***