diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:03:23 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:03:23 +0000 |
commit | d822b0671bf8bd1fbae4cc63c08cb1e66f95c18e (patch) | |
tree | c7406c85cdeab93c5e3998d3977aa8d72a65c199 /mail | |
parent | 1e7a0635fd1492003711dd79f5f87d1b861fa0b7 (diff) | |
download | ports-d822b0671bf8bd1fbae4cc63c08cb1e66f95c18e.tar.gz ports-d822b0671bf8bd1fbae4cc63c08cb1e66f95c18e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamass-milter/files/patch-spamass-milter.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/spamass-milter/files/patch-spamass-milter.cpp b/mail/spamass-milter/files/patch-spamass-milter.cpp new file mode 100644 index 000000000000..83ba09f362f9 --- /dev/null +++ b/mail/spamass-milter/files/patch-spamass-milter.cpp @@ -0,0 +1,14 @@ +--- spamass-milter.cpp 2006-03-23 22:41:36.000000000 +0100 ++++ spamass-milter.cpp 2010-02-04 14:46:31.000000000 +0100 +@@ -1002,9 +1002,9 @@ + + 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"); ++ "(envelope-from "+assassin->from()+")\r\n"); + + } else + assassin->output((string)"X-Envelope-To: "+envrcpt[0]+"\r\n"); |