]> gitweb.michael.orlitzky.com - postfix-logwatch.git/blobdiff - postfix-logwatch
Ignore postscreen "BDAT/DATA without valid RCPT" lines.
[postfix-logwatch.git] / postfix-logwatch
index 648ba7add6256222643e2d43368cde7a87101b94..1b89ad6382b35928eccb9bb9e82bce5673c12b41 100644 (file)
@@ -4359,7 +4359,8 @@ sub postfix_postscreen {
       $line =~ /discarding EHLO keywords: / or
       $line =~ /: discard_mask / or
       $line =~ /: sq=\d+ cq=\d+ event/ or
-      $line =~ /: replacing command "/
+      $line =~ /: replacing command "/ or
+      $line =~ /^(DATA|BDAT) without valid RCPT/
    );