]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
double escape, it seems like
authorStephen Gran <steve@lobefin.net>
Thu, 7 May 2009 00:43:21 +0000 (01:43 +0100)
committerStephen Gran <steve@lobefin.net>
Thu, 7 May 2009 00:43:21 +0000 (01:43 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb

index 6b92a279ad66aa27f1c74f66dc80ad357e52effa..431ef22effb28e117f2333623984ffe3a683e9db 100644 (file)
@@ -629,7 +629,7 @@ elsif has_variable?("postgrey") && postgrey == "true"
                          ${readsocket{/var/run/postgrey/socket}{$acl_m3}\
                                {5s}{}{action=DUNNO}}\
                      }{action=}{}}
-    message        = ${sg{$acl_m3}{^\\w+\\s*}{}}
+    message        = ${sg{$acl_m3}{^\\\\w+\\\\s*}{}}
     log_message    = greylisted.
     condition      = ${if eq{${uc:${substr{0}{5}{$acl_m3}}}}{DEFER}}
 
@@ -641,7 +641,7 @@ elsif has_variable?("postgrey") && postgrey == "true"
     domains        = +handled_domains : +rcpthosts
     local_parts    = GREYLIST_LOCAL_PARTS
     condition      = ${if eq{${uc:${substr_0_7:$acl_m3}}}{PREPEND}}
-    message        = ${sg{$acl_m3}{^\\w+\\s*}{}}
+    message        = ${sg{$acl_m3}{^\\\\w+\\\\s*}{}}
 '
 end
 out