feat(spamassassin): use SA 4 terms "welcomelist" and "blocklist" in defaults

This commit is contained in:
s3lph 2023-07-16 22:12:33 +02:00
parent 9e9bbbb61f
commit 4eb3a4714f
2 changed files with 7 additions and 7 deletions
galaxy.yml
roles/spamassassin/defaults

View file

@ -8,7 +8,7 @@ namespace: s3lph
name: mailserver
# The version of the collection. Must be compatible with semantic versioning
version: '0.4.2'
version: '0.4.3'
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View file

@ -23,13 +23,13 @@ spamassassin_bayes_ignore_header:
- X-Spam-Flag
- X-Spam-Status
spamassassin_shortcircuit:
USER_IN_WHITELIST: "on"
USER_IN_DEF_WHITELIST: "on"
USER_IN_WELCOMELIST: "on"
USER_IN_DEF_WELCOMELIST: "on"
USER_IN_ALL_SPAM_TO: "on"
SUBJECT_IN_WHITELIST: "on"
USER_IN_BLACKLIST: "on"
USER_IN_BLACKLIST_TO: "on"
SUBJECT_IN_BLACKLIST: "on"
SUBJECT_IN_WELCOMELIST: "on"
USER_IN_BLOCKLIST: "on"
USER_IN_BLOCKLIST_TO: "on"
SUBJECT_IN_BLOCKLIST: "on"
ALL_TRUSTED: "on"
# BAYES_99: "spam"
# BAYES_00: "ham"