aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-07-16 14:07:09 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-07-16 14:07:09 +0100
commit5e2ef60f9bed99b00bc96c87ce94eab104239937 (patch)
treee4c5039777a4cd0acb5e26921604a775b86d09d9 /conf
parent1d3aeef2c42ba217e84696d10eb26ffc600ce1e0 (diff)
downloadrspamd-5e2ef60f9bed99b00bc96c87ce94eab104239937.tar.gz
rspamd-5e2ef60f9bed99b00bc96c87ce94eab104239937.zip
[Minor] Add flag for mime utf operations
Diffstat (limited to 'conf')
-rw-r--r--conf/options.inc3
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;