diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-05-05 11:37:06 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-05-05 11:37:06 +0200 |
commit | c90ab258e91632ee0567b52945b25cb0ec7500b4 (patch) | |
tree | 4d99ab8147cddedabdbd310080ac6764d736ddef | |
parent | 71a4eaaedf5c9b491bea348a068a081b5de73365 (diff) | |
download | rspamd-c90ab258e91632ee0567b52945b25cb0ec7500b4.tar.gz rspamd-c90ab258e91632ee0567b52945b25cb0ec7500b4.zip |
[Minor] Fix configuration option
-rw-r--r-- | conf/modules.d/dkim_signing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/dkim_signing.conf b/conf/modules.d/dkim_signing.conf index c38b3e16c..d032c944b 100644 --- a/conf/modules.d/dkim_signing.conf +++ b/conf/modules.d/dkim_signing.conf @@ -53,7 +53,7 @@ dkim_signing { # Whether to get keys from Redis use_redis = false; # Hash for DKIM keys in Redis - hash_key = "DKIM_KEYS"; + key_prefix = "DKIM_KEYS"; # Domain specific settings #domain { |