File: use_utf8_encoding.patch

package info (click to toggle)
spamassassin 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,268 kB
  • sloc: perl: 88,850; ansic: 5,193; sh: 3,737; javascript: 339; sql: 295; makefile: 209; python: 49
file content (13 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: spamassassin/lib/Mail/SpamAssassin/Util.pm
===================================================================
--- spamassassin.orig/lib/Mail/SpamAssassin/Util.pm
+++ spamassassin/lib/Mail/SpamAssassin/Util.pm
@@ -287,7 +287,7 @@ sub am_running_on_windows {
 ###########################################################################
 
 # untaint a path to a file, e.g. "/home/jm/.spamassassin/foo",
-# "C:\Program Files\SpamAssassin\tmp\foo", "/home/t/etc".
+# "C:\Program Files\SpamAssassin\tmp\foo", "/home/õüt/etc".
 #
 # TODO: this does *not* handle locales well.  We cannot use "use locale"
 # and \w, since that will not detaint the data.  So instead just allow the