From: Michael Orlitzky Date: Wed, 15 Apr 2020 12:04:02 +0000 (-0400) Subject: Ignore postscreen "BDAT/DATA without valid RCPT" lines. X-Git-Tag: 1.40.04~8 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=inline;h=891b5ce1780e10cd94d230efacf6e8b5cb33a931;hp=891b5ce1780e10cd94d230efacf6e8b5cb33a931;p=postfix-logwatch.git Ignore postscreen "BDAT/DATA without valid RCPT" lines. Postscreen now emits a notice when clients send BDAT or DATA prematurely (after postscreen rejects the recipient): DATA without valid RCPT from [192.168.0.1]:48580 These are merely informational, since the connection was rejected for some other reason, so this commit ignores them. ---