rspamd: remove faulty allow_hdrfrom_mismatch option
This commit is contained in:
parent
8e8cc54f75
commit
c36a242b35
|
@ -326,7 +326,6 @@ in
|
||||||
"dkim_signing.conf".text = ''
|
"dkim_signing.conf".text = ''
|
||||||
selector = "quitte-rspamd";
|
selector = "quitte-rspamd";
|
||||||
allow_username_mismatch = true;
|
allow_username_mismatch = true;
|
||||||
allow_hdrfrom_mismatch = true;
|
|
||||||
path = /var/lib/rspamd/dkim/$domain.$selector.key;
|
path = /var/lib/rspamd/dkim/$domain.$selector.key;
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue