https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7091
John Hardin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from John Hardin <[email protected]> --- (In reply to Mark Martinec from comment #1) > In short: with normalize_charset enabled, rules working on decoded text > (not 'raw' rules) will see text transcoded to UTF-8, i.e. UTF-8 octets > (not Unicode perl characters). That means that regexp in rules can now > be written with a text editor in UTF-8 locale, no need to encode bytes > as hex or octal sequences. Just keep in mind that these are octets > (not perl characters), so rules like these are fine: > > body CRAZY_EURO /€uro/ > header SUBJ_CREDIT_FR Subject =~ /crédit/ So... how do we make rules aware of whether or not normalize_charset is enabled? -- You are receiving this mail because: You are the assignee for the bug.
