Skip to content

Commit ee9d60a

Browse files
committed
fix KV data for postfix/local
1 parent 4c9f787 commit ee9d60a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

postfix.grok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ POSTFIX_POSTDROP %{POSTFIX_WARNING}
140140
POSTFIX_SCACHE %{POSTFIX_SCACHE_LOOKUPS}|%{POSTFIX_SCACHE_SIMULTANEOUS}|%{POSTFIX_SCACHE_TIMESTAMP}
141141
POSTFIX_TRIVIAL_REWRITE %{POSTFIX_WARNING}
142142
POSTFIX_TLSMGR %{POSTFIX_WARNING}
143-
POSTFIX_LOCAL %{POSTFIX_KEYVALUE}|%{POSTFIX_WARNING}
143+
POSTFIX_LOCAL %{POSTFIX_SMTP_DELIVERY}|%{POSTFIX_WARNING}
144144
POSTFIX_VIRTUAL %{POSTFIX_SMTP_DELIVERY}
145145
POSTFIX_ERROR %{POSTFIX_ERROR_ANY}
146146
POSTFIX_POSTSUPER %{POSTFIX_POSTSUPER_ACTION}|%{POSTFIX_POSTSUPER_SUMMARY}

test/local_0001.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ pattern: ^%{POSTFIX_LOCAL}$
22
data: "2A22C263F6: to=user@hostname.example.com, orig_to=root@localhost, relay=local, delay=0.07, delays=0.04/0/0/0.03, dsn=2.0.0, status=sent (delivered to command: procmail -a \"$EXTENSION\")"
33
results:
44
postfix_queueid: 2A22C263F6
5-
postfix_keyvalue_data: "to=user@hostname.example.com, orig_to=root@localhost, relay=local, delay=0.07, delays=0.04/0/0/0.03, dsn=2.0.0, status=sent (delivered to command: procmail -a \"$EXTENSION\")"
5+
postfix_keyvalue_data: "to=user@hostname.example.com, orig_to=root@localhost, relay=local, delay=0.07, delays=0.04/0/0/0.03, dsn=2.0.0,"
6+
postfix_status: sent
7+
postfix_smtp_response: "delivered to command: procmail -a \"$EXTENSION\""

test/local_0002.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ pattern: ^%{POSTFIX_LOCAL}$
22
data: "892A0205B6: to=ghdsgfhdslfh@localhost, relay=local, delay=0.05, delays=0.02/0/0/0.02, dsn=5.1.1, status=bounced (unknown user: \"ghdsgfhdslfh\")"
33
results:
44
postfix_queueid: 892A0205B6
5-
postfix_keyvalue_data: "to=ghdsgfhdslfh@localhost, relay=local, delay=0.05, delays=0.02/0/0/0.02, dsn=5.1.1, status=bounced (unknown user: \"ghdsgfhdslfh\")"
5+
postfix_keyvalue_data: "to=ghdsgfhdslfh@localhost, relay=local, delay=0.05, delays=0.02/0/0/0.02, dsn=5.1.1,"
6+
postfix_status: bounced
7+
postfix_smtp_response: "unknown user: \"ghdsgfhdslfh\""

0 commit comments

Comments
 (0)