Skip to content

Commit 67e9cb5

Browse files
author
Christian Roessner
committed
Clarify request type description in postfix-policy-tester.
Updated the description for the "request" field to specify "usually: smtpd_access_policy" instead of "default." This provides a clearer understanding of expected input without implying a strict default value.
1 parent 3ae4b4b commit 67e9cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postfix-policy-tester/postfix-policy-tester.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func askPolicyFields() []string {
8787

8888
// Define fields to be collected (field name and its description)
8989
fieldDescriptions := map[string]string{
90-
"request": "Request type (default: smtpd_access_policy):",
90+
"request": "Request type (usually: smtpd_access_policy):",
9191
"protocol_state": "Protocol state (e.g., RCPT):",
9292
"protocol_name": "Protocol name (e.g., ESMTP):",
9393
"queue_id": "Queue ID (in format e.g., ABC123DEF456):",

0 commit comments

Comments
 (0)