1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

[Rspamd] Add fuzzy hashes to headers, if matched

This commit is contained in:
andryyy 2020-03-08 12:24:42 +01:00
parent fc460fd806
commit 537b7dad14
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -1,4 +1,4 @@
use = ["spam-header", "x-spamd-result", "x-rspamd-queue-id", "authentication-results"];
use = ["spam-header", "x-spamd-result", "x-rspamd-queue-id", "authentication-results", "fuzzy-hashes"];
skip_local = false;
skip_authenticated = true;
routines {
@ -12,8 +12,8 @@ routines {
}
authentication-results {
header = "Authentication-Results";
remove = 1;
add_smtp_user = false;
remove = 1;
spf_symbols {
pass = "R_SPF_ALLOW";
fail = "R_SPF_FAIL";