Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 65fd1b21507b16fa4772360f0fe5d78678b70d53
https://github.com/smtpd/qpsmtpd/commit/65fd1b21507b16fa4772360f0fe5d78678b70d53
Author: mufus <[email protected]>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M plugins/spamassassin
Log Message:
-----------
Support for userprefs' reject threshold (#281)
If the reject argument is set to the string 'userprefs' instead of a decimal
value, the required threashold value will be taken from spamassassin userprefs
required_score instead of set to a static value. This allows a per-user based
threshold value.