]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Escape dot in postmaster@ drop rule
authorTollef Fog Heen <tfheen@err.no>
Thu, 15 Dec 2011 21:42:05 +0000 (22:42 +0100)
committerTollef Fog Heen <tfheen@err.no>
Thu, 15 Dec 2011 21:42:05 +0000 (22:42 +0100)
modules/exim/templates/eximconf.erb

index 8ba77860022d8fbed2cd33fbe501c4a1345df542..453d11b07d46235b7a1bde7d0ff3c29e68694553 100644 (file)
@@ -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}}