]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/patches/fix_spacing_in_received_header
7bba1b140b54a00d5a92f04e4306a5934ae0aad1
[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 --- a/spamass-milter.cpp
6 +++ b/spamass-milter.cpp
7 @@ -1018,7 +1018,7 @@
8  
9                 assassin->output((string)
10                         "Received: from "+macro_s+" ("+macro__+")\r\n\t"+
11 -                       "by "+macro_j+"("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+";\r\n\t"+
12 +                       "by "+macro_j+" ("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+"\r\n\t"+
13                         macro_b+"\r\n\t"+
14                         "(envelope-from "+assassin->from()+")\r\n");
15