Changed README.md

This commit is contained in:
2019-03-13 09:31:30 +01:00
parent 63ff250e0b
commit f49b1493bb

View File

@@ -28,6 +28,17 @@ quarantines = spam
#
preferred_quarantine_action = last
[spam]
# Option: regex
# Notes: Set the regular expression to match against email headers.
# If the regex matches any of the email headers, the email
# will be processed by this quarantine.
# Values: [ REGEX ]
#
regex = ^X-Spam-Flag: YES
# Option: smtp_host
# Notes: Set the SMTP host. It will be used to (re-)inject emails.
# Values: [ HOSTNAME | IP_ADDRESS ]
@@ -40,17 +51,6 @@ smtp_host = 127.0.0.1
#
smtp_port = 25
[spam]
# Option: regex
# Notes: Set the regular expression to match against email headers.
# If the regex matches any of the email headers, the email
# will be processed by this quarantine.
# Values: [ REGEX ]
#
regex = ^X-Spam-Flag: YES
# Option: quarantine_type
# Notes: Set the quarantine type.
# Values: [ file | none ]