commit cacf3f9: [Conf] SPF is no longer a C module

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Dec 2 17:07:19 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-12-02 17:03:14 +0000
URL: https://github.com/rspamd/rspamd/commit/cacf3f9450648bfbe12d7bd730a1ebfc2af94260 (HEAD -> master)

[Conf] SPF is no longer a C module

---
 conf/options.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";


More information about the Commits mailing list