diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-12 14:24:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-12 14:24:51 +0000 |
commit | 9accfd257320343df82d15a4ece578d71ec9a89f (patch) | |
tree | ff3efb21a25737f651e755422cee9334fec7a260 /conf/options.inc | |
parent | f3585bb8b0ecc2dc710c9958484748afad38fec6 (diff) | |
download | rspamd-9accfd257320343df82d15a4ece578d71ec9a89f.tar.gz rspamd-9accfd257320343df82d15a4ece578d71ec9a89f.zip |
Add 'allow_raw_input' option
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index fb314d0cf..798e658d6 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -25,3 +25,5 @@ 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; |