aports/config/rspamd/modules/spamtrap.conf

12 lines
287 B
Plaintext

spamtrap {
enabled = true;
map = file:///etc/redxen/rspamd/spamtrap.map;
symbol = "SPAMTRAP";
learn_fuzzy = true;
learn_spam = true;
fuzzy_flag = 1;
fuzzy_weight = 10.0;
check_authed = false;
check_local = false;
}