diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-03-07 09:21:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 09:21:11 +0300 |
commit | 6368b2f0c844eb055180cd85c64d9ff3045c3fb1 (patch) | |
tree | a75b623b5b8b8b7135ff83f7184964c888ed2d6d | |
parent | 01e829fa204bce73536390af302820a1fe498195 (diff) | |
download | rspamd-6368b2f0c844eb055180cd85c64d9ff3045c3fb1.tar.gz rspamd-6368b2f0c844eb055180cd85c64d9ff3045c3fb1.zip |
[Minor] Fix typo
-rw-r--r-- | conf/modules.d/mx_check.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/mx_check.conf b/conf/modules.d/mx_check.conf index b412cec83..853ab1e77 100644 --- a/conf/modules.d/mx_check.conf +++ b/conf/modules.d/mx_check.conf @@ -35,7 +35,7 @@ mx_check { # prefix used for redis key key_prefix = "rmx"; - # !!! Disable by default !!! + # !!! Disabled by default !!! enabled = false; .include(try=true,priority=5) "${DBDIR}/dynamic/mx_check.conf" |