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
(from parent 1:
284c9d7
)
base.m4: Don't report HELO host expicitly.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 16 Mar 2014 14:05:25 +0000
(14:05 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 16 Mar 2014 14:05:25 +0000
(14:05 +0000)
Exim will report it for us if it's anomalous. (And we'll add a fearsome
warning banner about it.)
base.m4
patch
|
blob
|
blame
|
history
diff --git
a/base.m4
b/base.m4
index ac6b95c44f19be0e77a8006ef59c227a7986bec5..62b46ab8a4707243381f500d60d851b060360480 100644
(file)
--- a/
base.m4
+++ b/
base.m4
@@
-60,9
+60,7
@@
gecos_pattern = ([^,:]*)
SECTION(global, incoming)m4_dnl
received_header_text = Received: \
${if def:sender_rcvhost \
- {from $sender_rcvhost\
- ${if def:sender_helo_name \
- { (helo=$sender_helo_name)}}\n\t} \
+ {from $sender_rcvhost\n\t} \
{${if def:sender_ident \
{from ${quote_local_part:$sender_ident} }}}}\
by $primary_hostname \