From ba850e0b86aa9fc555426422191be0aec80bb7d2 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 12 Nov 2015 18:11:10 +0000 Subject: Add max_word_len and words_decay options --- conf/options.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/options.inc') diff --git a/conf/options.inc b/conf/options.inc index 798e658d6..29e737712 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -25,5 +25,10 @@ classify_headers = [ control_socket = "$DBDIR/rspamd.sock mode=0600"; history_rows = 200; explicit_modules = ["settings"]; + # Scan messages even if they are not MIME allow_raw_input = true; + +# Start ignore words when reaching the following limit, so the total +# amount of words processed will not be *LIKELY more than the twice of that limit +words_decay = 200; -- cgit v1.2.3