Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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