projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bbe8c7
)
Set local_from_check to false to avoid adding Sender header
author
Tollef Fog Heen
<tfheen@err.no>
Wed, 27 Aug 2014 02:02:42 +0000
(
04:02
+0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Wed, 27 Aug 2014 02:02:42 +0000
(
04:02
+0200)
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
9e86606
..
41621c6
100644
(file)
--- a/
modules/exim/templates/eximconf.erb
+++ b/
modules/exim/templates/eximconf.erb
@@
-151,6
+151,11
@@
host_lookup = *
untrusted_set_sender = *
+# Some spam scanners (*cough* irritated *cough*) want the Sender field
+# to exist. Appease them by not actually adding a Sender field.
+
+local_from_check = false
+
# Some operating systems use the "gecos" field in the system password file
# to hold other information in addition to users' real names. Exim looks up
# this field when it is creating "sender" and "from" headers. If these options