]> gitweb.michael.orlitzky.com - postfix-logwatch.git/commit
postfix-logwatch: match postfix-3.11 tls=<value> field
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 15 May 2026 18:33:12 +0000 (14:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 15 May 2026 18:47:32 +0000 (14:47 -0400)
commit02a5370b44c1f032e5a7ec1618a9924fe1c903b3
tree136439b47040e92b6dea61bf265aac82756cb578
parentffe7b49e0c8bfa067147b7015acaec4f7416bd38
postfix-logwatch: match postfix-3.11 tls=<value> field

In postfix-3.11, a new tls=<value> field appears between the "delays"
and "dsn" fields on a sent-message line:

  https://www.postfix.org/announcements/postfix-3.11.0.html

The format is decribed under,

  https://www.postfix.org/postconf.5.html#smtp_log_tls_feature_status

We add the new field to $re_DDD, which is now a minor misnomer. This
is the only thing (so far...) needed to support postfix-3.11.2.
postfix-logwatch