]> gitweb.michael.orlitzky.com - postfix-logwatch.git/blobdiff - postfix-logwatch
Fix unescaped left brace warning for "Config: {".
[postfix-logwatch.git] / postfix-logwatch
index 3e4a6731a6685275ee73ac95f07e988b1463df2a..1e58a95c3366908284c2012b2d15ffaa6ae36f95 100644 (file)
@@ -1847,7 +1847,7 @@ sub postfix_policy_spf($) {
         # KeyboardInterrupt 
         $line =~ /^Read line: "/ or
         $line =~ /^Found the end of entry$/ or
-        $line =~ /^Config: {/ or
+        $line =~ /^Config: \{/ or
         $line =~ /^spfcheck: pyspf result/ or
         $line =~ /^Starting$/ or
         $line =~ /^Normal exit$/ or