summaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorKlaus Umbach <klaus-github@uxix.de>2018-03-19 21:36:47 +0100
committerKlaus Umbach <klaus-github@uxix.de>2018-03-19 21:36:47 +0100
commit704872625696f84bdd8f8371763b919f4e927895 (patch)
tree7014afd44ed298c10f8f4b6f547a161391d0505e /conf/modules.d
parente93878382153797c447335875fd82a90f587be97 (diff)
downloadrspamd-704872625696f84bdd8f8371763b919f4e927895.tar.gz
rspamd-704872625696f84bdd8f8371763b919f4e927895.zip
implemented suggestions
* changed: default hashing-algorithm to blake2 * added: length-limit (default 16) * changed: prefix to show it's obfuscated (obf)
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/history_redis.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/history_redis.conf b/conf/modules.d/history_redis.conf
index 0b85f3e01..1e170213e 100644
--- a/conf/modules.d/history_redis.conf
+++ b/conf/modules.d/history_redis.conf
@@ -19,7 +19,6 @@ history_redis {
nrows = 200; # Default rows limit
compress = true; # Use zstd compression when storing data in redis
subject_privacy = false; # subject privacy is off
- subject_privacy_alg = 'md5'; # default hash-algorithm to obfuscate subject
.include(try=true,priority=5) "${DBDIR}/dynamic/history_redis.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/history_redis.conf"