From: Michael Orlitzky Date: Fri, 28 Dec 2018 14:40:36 +0000 (-0500) Subject: Ignore "will bind to" lines in addition to "bind to" lines. X-Git-Tag: 1.51.04~12 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e53948a6909e98b63c63c97749c7d0eb534fa274;hp=e53948a6909e98b63c63c97749c7d0eb534fa274;p=amavis-logwatch.git Ignore "will bind to" lines in addition to "bind to" lines. In amavisd-new-2.11.0-rc1, the informational "bind to..." messages were changed to say "will bind to..." instead. This commit updates the @ignore_list_final regular expression to match both forms. ---