aports/config/rspamd/modules/spamtrap.conf

14 lines
332 B
Plaintext

spamtrap {
enabled = true;
action = "reject";
map = file://$CONFDIR/redxen/spamtrap.map;
symbol = "SPAMTRAP";
score = 1.0;
learn_fuzzy = true;
learn_spam = true;
fuzzy_flag = 1;
fuzzy_weight = 10.0;
check_authed = false;
check_local = false;
}