mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 11:38:34 +01:00
3 lines
241 B
Bash
3 lines
241 B
Bash
cat "${1}" | sudo -H -u debian-spamd spamassassin --test-mode --local --cf="bayes_auto_learn 0" \
|
|
--cf='add_header all Spam-Tokens-Spammy _SPAMMYTOKENS(20,compact)_' --cf='add header all Spam-Tokens-Hammy _HAMMYTOKENS(20,compact)_' | less
|