diff options
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; |