https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7913
Bug ID: 7913
Summary: SUBJECT_NEEDS_ENCODING description wrong
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Please change:
> describe SUBJECT_NEEDS_ENCODING Subject is encoded but does not specify the
> encoding
< describe SUBJECT_NEEDS_ENCODING Subject needs encoding but is not encoded
Proof:
meta __SUBJECT_NEEDS_MIME __SUBJ_ILLEGAL_CHARS
meta SUBJECT_NEEDS_ENCODING (!__SUBJECT_ENCODED_B64 &&
!__SUBJECT_ENCODED_QP) && __SUBJECT_NEEDS_MIME
And "NEEDS" is not congruent with "is".
--
You are receiving this mail because:
You are the assignee for the bug.