Skip to content

Commit

Permalink
Add missing documentation for RejectReason
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbf committed Mar 25, 2020
1 parent 16b0781 commit abb351a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions smf-spf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ WhitelistIP 192.168.0.0/16
#
#FixedClientIP 192.0.0.1

# RejectReason specifies the message that will be return to milter client
# You can use %s placeholders where :
# 1st %s - sender address or postmaster@<helo name> if empty sender
# 2nd %s - sender IP Address
# 3rd %s - server name ( {j} macro
#
# Default: Rejected, look at http://www.openspf.org/why.html?sender=%s&ip=%s&receiver=%s
#
#RejectReason Rejected, look at http://www.openspf.org/why.html?sender=%s&ip=%s&receiver=%s
#
# Don't check localpart size. RFC 821/2821/5321 states
# localpart must be less that 64 octects. With relaxed on
Expand Down

0 comments on commit abb351a

Please sign in to comment.