http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5691
------- Additional Comments From [EMAIL PROTECTED] 2007-10-25 02:51 -------
The body pattern test doesn't match even if the body pattern rule written in
Japanese, which encoding is UTF-8, is used.
However, the body pattern test matches when rewriting to use Encode.
The following attention is written in 'perldoc utf8'
* $success = utf8::downgrade($string[, FAIL_OK])
snip...
Note that this function does not handle arbitrary encodings.
Therefore Encode.pm is recommended for the general purposes.
Not affected by the encoding pragma.
NOTE: this function is experimental and may change or be removed
without notice.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.