From: Vsevolod Stakhov Date: Mon, 2 Dec 2019 17:03:14 +0000 (+0000) Subject: [Conf] SPF is no longer a C module X-Git-Tag: 2.3~259 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cacf3f9450648bfbe12d7bd730a1ebfc2af94260;p=thirdparty%2Frspamd.git [Conf] SPF is no longer a C module --- diff --git a/conf/options.inc b/conf/options.inc index e635262e3d..78fd3bee6b 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";