Skip to content

Commit 056216d

Browse files
authored
Create smtpd_0038.yaml
1 parent 1f0f5e0 commit 056216d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/smtpd_0038.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pattern: ^%{POSTFIX_SMTPD}$
2+
data: "NOQUEUE: milter-reject: RCPT from mailrelay.example.com[8.8.8.8]: 451 4.7.1 Greylisting in action, please come back later; from=<support@example.com> to=<example@example.org> proto=ESMTP helo=<mailrelay.example.com>"
3+
results:
4+
postfix_queueid: NOQUEUE
5+
postfix_status_code_enhanced: 4.7.1
6+
postfix_keyvalue_data: from=<support@example.com> to=<example@example.org> proto=ESMTP helo=<mailrelay.example.com>
7+
postfix_action: milter-reject
8+
postfix_smtp_stage: RCPT
9+
postfix_status_code: 451
10+
postfix_client_ip: 8.8.8.8
11+
postfix_status_message: "Greylisting in action, please come back later"
12+
postfix_client_hostname: mailrelay.example.com

0 commit comments

Comments
 (0)