Skip to content

Commit

Permalink
Merge pull request #156 from whyscream/add-versioning
Browse files Browse the repository at this point in the history
Add changelog and versioning.
  • Loading branch information
Tom Hendrikx committed Nov 12, 2020
2 parents 768c5f4 + 797344c commit e8bff02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions postfix.grok
Original file line number Diff line number Diff line change
@@ -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})?
Expand Down

0 comments on commit e8bff02

Please sign in to comment.