Releases: whyscream/postfix-grok-patterns
Releases · whyscream/postfix-grok-patterns
1.1.1
What's Changed
- Accept milter-reject as action on NOQUEUE logs by @gvde in #200
- Added support for postmaster bounces by @whyscream, reported by @gvde, in #201
- Improved github workflows by @whyscream in #202
- Simplified grok patterns using named captures by @whyscream in #203
- Some test script updates by @whyscream in #204
New Contributors
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- fix KV data for postfix/local by @ulab in #189
- Validate config syntax by @whyscream in #193
- Remove the aggregation example by @whyscream in #194
- Rename patterns to correspond to field name by @ulab in #195
- Extract the elliptic curve name from TLS connection lines by @whyscream, suggested by @gvde, in #198
Breaking changes
The grok patterns POSTFIX_CLIENT_INFO
and POSTFIX_RELAY_INFO
have been renamed to make the naming scheme more consistent. If you have custom grok patterns that depend on these expressions, please make sure to update them: the new names are POSTFIX_CLIENT
and POSTFIX_RELAY
.
Full Changelog: 1.0.6...1.1.0
1.0.6
What's Changed
- extended POSTFIX_TLSCONN for a higher smtpd_tls_loglevel by @ulab in #187
- TLS logging improvements by @whyscream in #188
- Don't try to aggregate content with a
NOQUEUE
queue id by @whyscream in #190
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Allow parsing of postscreen actions when
respectful_logging=yes
by @whyscream in #185 - Added support for specific SMTP-smuggling logging by @whyscream in #186
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Some warning messages have the queue-id after the warning level by @whyscream in #183
- Various pattern additions by @whyscream in #184
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- New patterns from #168 by @whyscream in #174
- Update postfix.grok (skipped, still being delivered) by @Busindre in #178
- Add script to run tests inside a docker container by @whyscream in #180
Full Changelog: 1.0.2...1.0.3
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Run test suite with a recent ruby, which should be supported by lates… by @whyscream in #163
- Support parsing enhanced status codes that include larger integers. by @whyscream in #162
- SMTP pix workarounds by @whyscream in #164
- Add support for parsing the result of a warn_if_reject configuration. by @whyscream in #165
- Add test with messy Message-ID by @whyscream in #166
- Upgrade the upstream patterns used in tests to the latest tag (v4.3.4). by @whyscream in #167
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Filter action by @whyscream in #83
- Fix postfix_warning pattern, solves #84 by @whyscream in #85
- Add grok pattern and logstash config for
postfix/error
, based on is… by @whyscream in #88 - Use anchors when doing 'match'es by @wolfgangkarall in #89
- Add support for postsuper by @wolfgangkarall in #90
- Renamed some variables by @whyscream in #91
- Doc updates by @whyscream in #92
- Anchors bugfix by @wolfgangkarall in #94
- Wolfgangkarall anchors bugfix by @whyscream in #95
- Update ALTERNATIVE-INPUTS.md by @agentelinux in #98
- Message levels by @whyscream in #100
- Improved key-value data parsing by @whyscream in #103
- Renamed kv parameter trim to trim_value by @thomaspatzke in #107
- Add command counter parsing by @whyscream in #97
- convert command counters to integers, rename one field by @whyscream in #110
- Cleanup by @whyscream in #111
- Fix typo reported in #112 by @whyscream in #113
- Install minitest on travis env by @whyscream in #119
- Adjust supported length for postfix long queue id by @whyscream in #117
- Add support for auth= command counter by @whyscream in #123
- convert to integers by @whyscream in #124
- Add support for warnings from the 'local' process by @whyscream in #125
- add support for status recognition by @hyili in #126
- Busindre patch 2 by @whyscream in #129
- POSTFIX_SMTP_UTF8 Pattern added by @Busindre in #127
- Busindre PR #133 by @whyscream in #135
- SSL Connection errors by @whyscream in #136
- Extract Client info from warning messages, when available by @whyscream in #138
- Add support for header_check prepend log pattern by @eltrai in #145
- Don't use the kv plugin to extract message ids, it might contain spaces by @whyscream in #144
- Update travis-ci setup, so we don't receive deprecation messages anym… by @whyscream in #146
- Added Logstash aggregation plugin by @azhinu in #147
- Update the submodule in tests to use the latest patterns from upstream. by @whyscream in #148
- Test github action as a replacement for travis-ci by @whyscream in #154
- Mark NOQUEUE as QUEUEID by @whyscream in #155
- Add changelog and versioning. by @whyscream in #156
New Contributors
- @wolfgangkarall made their first contribution in #89
- @agentelinux made their first contribution in #98
- @thomaspatzke made their first contribution in #107
- @hyili made their first contribution in #126
- @eltrai made their first contribution in #145
- @azhinu made their first contribution in #147
Full Changelog: https://github.com/whyscream/postfix-grok-patterns/commits/1.0.0