From 797344cc67eb34255f6a92d17725b8ad2ecba642 Mon Sep 17 00:00:00 2001 From: Tom Hendrikx Date: Thu, 12 Nov 2020 23:08:25 +0100 Subject: [PATCH] Add changelog and versioning. --- CHANGES.md | 9 +++++++++ postfix.grok | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..296082a --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,9 @@ +# Changelog + +This file contains a list of changes for the postfix-grok-patterns project. + +## 1.0.0 + +- Allowed `NOQUEUE` to be parsed as a queue id too, making it easier to parse logging for e-mail that was not accepted by Postfix. +- Added a Changelog +- Decided to try and add a way to version the project content. diff --git a/postfix.grok b/postfix.grok index ad384de..bac7f52 100644 --- a/postfix.grok +++ b/postfix.grok @@ -1,3 +1,5 @@ +# Version: 1.0.0 + # common postfix patterns POSTFIX_QUEUEID ([0-9A-F]{6,}|[0-9a-zA-Z]{12,}|NOQUEUE) POSTFIX_CLIENT_INFO %{HOSTNAME:postfix_client_hostname}?\[%{IP:postfix_client_ip}\](:%{INT:postfix_client_port})?