https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6198
Mark Martinec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Martinec <[email protected]> 2009-09-27 17:03:35 PDT --- > I'm using sa-3.2.5 on Linux with perl-5.6 and seem to be having a problem with > the sought fraud rules and "Can't use \x{} without 'use utf8' declaration". > > Am I doing something wrong or is this a bug? It's been fixed with perl 5.8.0 (maybe even with 5.6.1). > Please let me know how I can go about troubleshooting this or if there is > further information I can provide. Either change the rule causing the problem to avoid \x{}, or upgrade your perl, or change SpamAssassin to add 'use utf8' into code generated from rules when it sees it is being run with a pre-5.8 version of perl. The 5.8 series has been around for more than 7 years now, the current stable version is 5.10.1. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
