diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-28 08:59:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-28 08:59:20 +0100 |
commit | 201a49582d05bac785750b46adbf1e2309e87b78 (patch) | |
tree | 30b5af5c6cea93da9fc1163e3156270eeca2e4cb /conf | |
parent | 61f8601c3b987f7b24f9a61a2f622ee797368e03 (diff) | |
download | rspamd-201a49582d05bac785750b46adbf1e2309e87b78.tar.gz rspamd-201a49582d05bac785750b46adbf1e2309e87b78.zip |
[Minor] Remove surbl notice
Diffstat (limited to 'conf')
-rw-r--r-- | conf/options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc index 51fd7b2dc..4489ed29f 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -1,6 +1,6 @@ # Included from top-level .conf file -filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check"; +filters = "chartable,dkim,spf,regexp,fuzzy_check"; raw_mode = false; one_shot = false; cache_file = "$DBDIR/symbols.cache"; |