]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/patches/fix_spacing_in_received_header
906cd3cc3fbcae25282858d535d0cf323ccd2789
[deb_pkgs/spamass-milter.git] / debian / patches / fix_spacing_in_received_header
1 Description: Fix spacing in the received header
2 Author: Marco d'Itri <md@linux.it>
3 Bug: #510665
4 Forwarded: no
5 Index: spamass-milter/spamass-milter.cpp
6 ===================================================================
7 --- spamass-milter.orig/spamass-milter.cpp      2012-06-21 13:02:06.000000000 -0700
8 +++ spamass-milter/spamass-milter.cpp   2012-06-21 13:02:08.000000000 -0700
9 @@ -967,7 +967,7 @@
10  
11                 assassin->output((string)
12                         "Received: from "+macro_s+" ("+macro__+")\r\n\t"+
13 -                       "by "+macro_j+"("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+";\r\n\t"+
14 +                       "by "+macro_j+" ("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+"\r\n\t"+
15                         macro_b+"\r\n\t"+
16                         "(envelope-from "+assassin->from()+")\r\n");
17