]> git.pld-linux.org Git - packages/spamassassin.git/commitdiff
- patch from http://bugzilla.spamassassin.org/show_bug.cgi?id=4046
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Feb 2005 21:33:47 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spamassassin-utf8_mode.patch -> 1.1

spamassassin-utf8_mode.patch [new file with mode: 0644]

diff --git a/spamassassin-utf8_mode.patch b/spamassassin-utf8_mode.patch
new file mode 100644 (file)
index 0000000..6c2d5ce
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nur Mail-SpamAssassin-3.0.2.orig/lib/Mail/SpamAssassin/HTML.pm Mail-SpamAssassin-3.0.2/lib/Mail/SpamAssassin/HTML.pm
+--- Mail-SpamAssassin-3.0.2.orig/lib/Mail/SpamAssassin/HTML.pm 2004-10-22 17:21:02.000000000 +0200
++++ Mail-SpamAssassin-3.0.2/lib/Mail/SpamAssassin/HTML.pm      2004-12-21 18:02:02.000000000 +0100
+@@ -176,6 +176,7 @@
+               ],
+               marked_sections => 1);
+
++  $hp->utf8_mode(1);
+   # ALWAYS pack it into byte-representation, even if we're using 'use bytes',
+   # since the HTML::Parser object may use Unicode internally.
+   # (bug 1417, maybe)
This page took 0.044813 seconds and 4 git commands to generate.