https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7645
Bill Cole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Undefined |4.0.0 --- Comment #10 from Bill Cole <[email protected]> --- (In reply to Robert R. Richter from comment #9) > same problem here under Gentoo: > > Wide character in print at /usr/bin/sa-compile line 433, <$fh> line 9716. > Wide character in print at /usr/bin/sa-compile line 433, <$fh> line 10641. > > spamassassin 3.4.2 and perl 5.26.2 > > I am also using spamassassin.heinlein-support.de > > Any news on this topic? Not really. It's a low priority because it seems to be purely cosmetic and only occur with a third-party ruleset. 1. A simple direct POSSIBLE fix with UNKNOWN side-effects may be to add this UNTESTED line after line 22: use open OUT => ':utf8'; 2. A better fix will be to not use STDOUT for building the .re files. Either change is unfit for the 3.4.3 release, which will be the terminal release for the 3.4 branch. The untested one-line possible fix may not work and may not quiet the warning while possibly breaking the rules involved. The refactoring of .re generation is simply too big to put in the final cleanup of the 3.4 branch. -- You are receiving this mail because: You are the assignee for the bug.
