aboutsummaryrefslogtreecommitdiffstats
path: root/conf/options.inc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-02 17:03:14 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-12-02 17:03:14 +0000
commitcacf3f9450648bfbe12d7bd730a1ebfc2af94260 (patch)
tree60abf33469ec5b03c8fbc818a2bebfda458391dd /conf/options.inc
parent1d577bf39b986cdee3dcaaced23c38ffadf62d5e (diff)
downloadrspamd-cacf3f9450648bfbe12d7bd730a1ebfc2af94260.tar.gz
rspamd-cacf3f9450648bfbe12d7bd730a1ebfc2af94260.zip
[Conf] SPF is no longer a C module
Diffstat (limited to 'conf/options.inc')
-rw-r--r--conf/options.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc
index e635262e3..78fd3bee6 100644
--- a/conf/options.inc
+++ b/conf/options.inc
@@ -13,7 +13,7 @@
#
# Relevant documentation: https://rspamd.com/doc/configuration/options.html
-filters = "chartable,dkim,spf,regexp,fuzzy_check";
+filters = "chartable,dkim,regexp,fuzzy_check";
raw_mode = false;
one_shot = false;
cache_file = "$DBDIR/symbols.cache";