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:
24f2979
)
Escape dot in postmaster@ drop rule
author
Tollef Fog Heen
<tfheen@err.no>
Thu, 15 Dec 2011 21:42:05 +0000
(22:42 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Thu, 15 Dec 2011 21:42:05 +0000
(22:42 +0100)
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
8ba7786
..
453d11b
100644
(file)
--- a/
modules/exim/templates/eximconf.erb
+++ b/
modules/exim/templates/eximconf.erb
@@
-886,7
+886,7
@@
check_message:
# Some people put from hostmaster@something.debian.org in the From
# header. Take their crack pipe away.
- drop condition = ${if match{${lc:$h_From:}}{\Npostmaster@([^.]+.)?debian\.org\N}}
+ drop condition = ${if match{${lc:$h_From:}}{\Npostmaster@([^.]+
\
.)?debian\.org\N}}
<%- if nodeinfo['rtmaster'] -%>
deny condition = ${if eq {$acl_m_prf}{RTMail}}