Add config option for reject reason

This commit is contained in:
2019-05-01 14:31:39 +02:00
parent 74996b4112
commit 5ba27d058d
3 changed files with 26 additions and 0 deletions

View File

@@ -70,6 +70,12 @@ quarantine_directory = /var/lib/pyquarantine/spam
#
action = discard
# Option: reject_reason
# Notes: Optionally set the reason to return if action is set to reject.
# Values: [ REASON ]
#
reject_reason = Message rejected
# Option: notification
# Notes: Set the notification type.
# Values: [ email | none ]