]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/patches/fix_spacing_in_received_header
* No longer create home directory for spamass-milter; remove on purge if
[deb_pkgs/spamass-milter.git] / debian / patches / fix_spacing_in_received_header
diff --git a/debian/patches/fix_spacing_in_received_header b/debian/patches/fix_spacing_in_received_header
new file mode 100644 (file)
index 0000000..910b43f
--- /dev/null
@@ -0,0 +1,13 @@
+Index: spamass-milter/spamass-milter.cpp
+===================================================================
+--- spamass-milter.orig/spamass-milter.cpp     2012-06-21 13:02:06.000000000 -0700
++++ spamass-milter/spamass-milter.cpp  2012-06-21 13:02:08.000000000 -0700
+@@ -967,7 +967,7 @@
+               assassin->output((string)
+                       "Received: from "+macro_s+" ("+macro__+")\r\n\t"+
+-                      "by "+macro_j+"("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+";\r\n\t"+
++                      "by "+macro_j+" ("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+"\r\n\t"+
+                       macro_b+"\r\n\t"+
+                       "(envelope-from "+assassin->from()+")\r\n");