]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
added config-options to default-config
authorKlaus Umbach <klaus-github@uxix.de>
Mon, 19 Mar 2018 19:38:26 +0000 (20:38 +0100)
committerKlaus Umbach <klaus-github@uxix.de>
Mon, 19 Mar 2018 19:38:26 +0000 (20:38 +0100)
conf/modules.d/history_redis.conf

index 30ff6bbee1a1ae247f0f9d794f59edfe12a99d17..0b85f3e0128663c8bb71a0e45e3acf39a46ef9bd 100644 (file)
@@ -18,8 +18,10 @@ history_redis {
   key_prefix = "rs_history"; # Default key name
   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"
   .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/history_redis.conf"
-}
\ No newline at end of file
+}