]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commit
Ignore UTF8SMTP lines.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Aug 2017 13:05:04 +0000 (09:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Aug 2017 13:09:24 +0000 (09:09 -0400)
commita8dac25fe398e42abdb89b85b1435d52386827b4
treea328c1a2b4f69279cb9e959c5b19d7f500d43ac3
parent15bf4096ea496a28210e2f4c1f34ab28b413566a
Ignore UTF8SMTP lines.

Lines that look like,

  UTF8SMTP :10024 /var/...: <sender@example.net> -> <rcpt@example.com>
  BODY=8BITMIME SMTPUTF8 Received: from mx.example.com ([127.0.0.1]) by...

were previously unmatched because of the relatively-new "UTF8SMTP".
Similar lines that have "ESMTP" instead of "UTF8SMTP" are already
ignored, so it makes sense to ignore the "UTF8SMTP" lines too.
amavis-logwatch