diff options
Diffstat (limited to 'conf/options.inc')
-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 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"; |