http://bugzilla.spamassassin.org/show_bug.cgi?id=4078
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|triage |
------- Additional Comments From [EMAIL PROTECTED] 2005-07-03 19:37 -------
the change might be a simple as something like
Index: lib/Mail/SpamAssassin/Locales.pm
===================================================================
--- lib/Mail/SpamAssassin/Locales.pm (revision 209004)
+++ lib/Mail/SpamAssassin/Locales.pm (working copy)
@@ -88,7 +88,7 @@
return 1 if ($cs =~ /^UTF/);
return 1 if ($cs =~ /^UCS/);
return 1 if ($cs =~ /^CP125/);
- return 1 if ($cs =~ /^WINDOWS/); # argh, Windows
+ return 1 if ($cs =~ /^WINDOWS/) and ($cs !~ /^WINDOWS-1255/); # argh,
Windows
return 1 if ($cs eq 'IBM852');
return 1 if ($cs =~ /^UNICODE11UTF[78]/); # wtf? never heard of it
return 1 if ($cs eq 'XUNKNOWN'); # added by sendmail when converting to 8bit
though this didn't work for me on the sample email submitted. There are probably
other non-laten WINDOWS-* encodings that should be tested for...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.