http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5625
Summary: Regexes stop working in non-unicode environment after
charset normalization to utf8
Product: Spamassassin
Version: 3.2.3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Rules (Eval Tests)
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
here it is local.cf part:
normalize_charset 1
BODY TEST_RULE /unicode-str/
score TEST_RULE 0.0
==
codepage is koi8-r.
* TEST_RULE never hits *
Adding 'use utf8' to Plugin/Check.pm temporary solved the problem for me.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.