http://bugzilla.spamassassin.org/show_bug.cgi?id=2876
------- Additional Comments From [EMAIL PROTECTED] 2004-03-04 02:21 ------- Yahoogroups has the nasty feature to add its group signiature in front of the subject. So thsi rule gives me about a 200 False positives a day, not good... I've also seen mailinglists that remove Fwd and Re altogether from subjects. (Mdaemon beta mailing list is one). Maybe this could be fixed by also checking for the presence of a Precedence: Bulk header. header __J_IN_REP_TO In-Reply-To =~ /./ header __J_SUBJ_HAS_RE Subject =~ /^Re:/ header __J_P_BULK Precedence =~ /^bulk/i meta J_REPLY_WO_IRT (__J_SUBJ_HAS_RE && !__J_IN_REP_TO && !__J_P_BULK) describe J_REPLY_WO_IRT Subject indicates reply but has no In-Reply-To: score J_REPLY_WO_IRT 2 This at least brings down my number of FP's to none. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
