https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6183
--- Comment #7 from AXB <[email protected]> 2009-08-31 23:40:24 PST --- (In reply to comment #6) > rulesrc/sandbox/emailed/00_FVGT_File001.cf > > header __FROM_LEFT_BRACK From:name =~ /</ > header __FROM_RIGH_BRACK From:name =~ />/ > meta FM_FRM_RN_L_BRACK (__FROM_RIGH_BRACK && !__FROM_LEFT_BRACK) > describe FM_FRM_RN_L_BRACK From name has > but not < > > __FROM_LEFT_BRACK is somehow broken? Any ideas? > > If we can't fix this, perhaps we are better off disabling this rule. All of > the ham and spam in my corpus that triggers FM_FRM_RN_L_BRACK show that the > rule is incorrect. This rule isn't identifying spam. It is identifying a > certain subset of ISO-2022-JP Japanese mail. In the past all Japanese mail > might have been in the spam corpus, without ham samples, so we didn't notice > this problem. May I suggest: header __FROM_LEFT_BRACK From:name =~ /^</ header __FROM_RIGH_BRACK From:name =~ />$/ meta FM_FRM_RN_L_BRACK (__FROM_RIGH_BRACK && !__FROM_LEFT_BRACK) describe FM_FRM_RN_L_BRACK From name has > but not < comments? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
