chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
51ef848
)
base.m4: Remove <...> from envelope sender address in Received lines.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Feb 2014 13:56:02 +0000
(13:56 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 23 Feb 2014 13:56:02 +0000
(13:56 +0000)
base.m4
patch
|
blob
|
blame
|
history
diff --git
a/base.m4
b/base.m4
index 7b2ea1ea56a30bbd712cd03f4ad07c2d9b84579f..467e82f38bd14f0df4379e7bebd5b6c8d77d353a 100644
(file)
--- a/
base.m4
+++ b/
base.m4
@@
-72,7
+72,7
@@
received_header_text = Received: \
{with $received_protocol \
${if def:tls_cipher {(cipher=$tls_cipher)}}}}\n\t\
${if def:sender_address \
{with $received_protocol \
${if def:tls_cipher {(cipher=$tls_cipher)}}}}\n\t\
${if def:sender_address \
- {(envelope-from
<$sender_address>
\
+ {(envelope-from
$sender_address
\
${if def:authenticated_id \
{; auth=$authenticated_id}})\n\t}}\
id $message_exim_id\
${if def:authenticated_id \
{; auth=$authenticated_id}})\n\t}}\
id $message_exim_id\