Browse Source

[Minor] Another fix to dkim keys format detection logic

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
085f1f7912
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/plugins/dkim_check.c

+ 0
- 3
src/plugins/dkim_check.c View File

@@ -678,9 +678,6 @@ dkim_module_load_key_format (struct rspamd_task *task,
else if (rspamd_cryptobox_base64_is_valid (key, keylen)) {
key_format = RSPAMD_DKIM_KEY_BASE64;
}
else {
key_format = RSPAMD_DKIM_KEY_RAW;
}
}



Loading…
Cancel
Save