https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7167
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |[email protected] --- Comment #2 from Kevin A. McGrail <[email protected]> --- (In reply to Mark Martinec from comment #1) > > I suggest changing the subrule __NAME_EQ_EMAIL to be case-insensitive. > > > --- rulesrc/sandbox/khopesh/20_khop_experimental.cf~ 2015-04-08 > 20:26:46.479635000 +0200 > +++ rulesrc/sandbox/khopesh/20_khop_experimental.cf 2015-04-08 > 20:27:03.319635475 +0200 > @@ -147,3 +147,3 @@ > header __NAME_IS_EMAIL From:raw =~ /\w\@[\w.-]+\.\w\w+["'`]*\s*<\w+\@\w/ > -header __NAME_EQ_EMAIL From:raw =~ > /([\w+.-]+\@[\w.-]+\.\w\w+)["'`\s]*<\s*\1>/ > +header __NAME_EQ_EMAIL From:raw =~ > /([\w+.-]+\@[\w.-]+\.\w\w+)["'`\s]*<\s*\1>/i > meta NAME_EMAIL_DIFF __NAME_IS_EMAIL && ! __NAME_EQ_EMAIL Committing svn commit -m 'Bug 7167 case insentive change for NAME_EMAIL_DIFF' Sending khopesh/20_khop_experimental.cf Transmitting file data . Committed revision 1672193. > (and rules/72_active.cf) Isn't that what ruleqa promotion would handle? -- You are receiving this mail because: You are the assignee for the bug.
