]> gitweb.michael.orlitzky.com - amavis-logwatch.git/commit
Catch mail that is passed UNCHECKED-ENCRYPTED.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 6 Sep 2017 13:19:42 +0000 (09:19 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 6 Sep 2017 13:19:42 +0000 (09:19 -0400)
commite9f83dde1b241ce449264db7a517124bb115dd99
tree8890c73f2ede716ccb99aa26874ac6ec329cb3b1
parenta8dac25fe398e42abdb89b85b1435d52386827b4
Catch mail that is passed UNCHECKED-ENCRYPTED.

Some encrypted mail can pass through the system with a log line like,

  (01495-17) Passed UNCHECKED-ENCRYPTED {RelayedTaggedInbound}, ...

These were unmatched, because the "-ENCRYPTED" suffix is new. One
regular expression and a dictionary have been updated to catch those
lines and dump them into the "unchecked" bin with the rest of the
UNCHECKED lines.
amavis-logwatch