diff options
author | Christian Roessner <c@roessner-network-solutions.com> | 2017-10-26 12:56:41 +0200 |
---|---|---|
committer | Christian Roessner <c@roessner-network-solutions.com> | 2017-10-26 12:56:41 +0200 |
commit | 3ae6262209c01ead76e041245549fb3c47487a0a (patch) | |
tree | c5a20e67824e182e3ebe45a17b783a68ded083e7 /conf | |
parent | d2626012b388d389188bbbafb84654294e127fb2 (diff) | |
download | rspamd-3ae6262209c01ead76e041245549fb3c47487a0a.tar.gz rspamd-3ae6262209c01ead76e041245549fb3c47487a0a.zip |
[Minor] Added check_authed and check_local for spamtrap
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/spamtrap.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.d/spamtrap.conf b/conf/modules.d/spamtrap.conf index e6b676a5d..07c28f9c5 100644 --- a/conf/modules.d/spamtrap.conf +++ b/conf/modules.d/spamtrap.conf @@ -40,6 +40,10 @@ spamtrap { #fuzy_weight = 10; # Redis key prefix #key_prefix = 'sptr_'; + # Skip spamtrap checks for authorized users + #check_authed = false; + # Skip spamtrap checks for local networks + #check_local = false; # !!! Disabled by default !!! enabled = false; |