diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-16 14:07:09 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-16 14:07:09 +0100 |
commit | 5e2ef60f9bed99b00bc96c87ce94eab104239937 (patch) | |
tree | e4c5039777a4cd0acb5e26921604a775b86d09d9 /conf | |
parent | 1d3aeef2c42ba217e84696d10eb26ffc600ce1e0 (diff) | |
download | rspamd-5e2ef60f9bed99b00bc96c87ce94eab104239937.tar.gz rspamd-5e2ef60f9bed99b00bc96c87ce94eab104239937.zip |
[Minor] Add flag for mime utf operations
Diffstat (limited to 'conf')
-rw-r--r-- | conf/options.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index d5cf60d7b..41004c262 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -70,3 +70,6 @@ task_timeout = 8s; # Emit soft reject when timeout takes place soft_reject_on_timeout = false; + +# Use utf8 mode for mime operations +enable_mime_utf = true; |