diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-12 18:11:10 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-12 18:11:10 +0000 |
commit | ba850e0b86aa9fc555426422191be0aec80bb7d2 (patch) | |
tree | 03f53fd7749815247d956c9c56eb62c62ff85f02 /conf/options.inc | |
parent | 5784f28e0f559f4dbde268276e3bc46ebf3c3e7f (diff) | |
download | rspamd-ba850e0b86aa9fc555426422191be0aec80bb7d2.tar.gz rspamd-ba850e0b86aa9fc555426422191be0aec80bb7d2.zip |
Add max_word_len and words_decay options
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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; |