]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] SPF is no longer a C module
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 2 Dec 2019 17:03:14 +0000 (17:03 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 2 Dec 2019 17:03:14 +0000 (17:03 +0000)
conf/options.inc

index e635262e3d181bb6afd082d4b643bfe679ef4370..78fd3bee6b0e5788b506539a91abda7f778d728c 100644 (file)
@@ -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";