diff options
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample index 7dbd744e3..9e70bfe1f 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -140,5 +140,11 @@ $subject_blah = "Subject=/blah/H"; BLAH_SYMBOL = "${to_blah} & !(${from_blah} | ${subject_blah})"; }; +# If enables threat each regexp as raw regex and do not try to convert +# each text part to utf8 encoding. Save a lot of resources but less +# portable. +# Default: no +raw_mode = yes; + url_filters = "surbl"; header_filters = "regexp"; |