Change want_spam to list of symbols_enabled (#3304)
* Change want_spam to list of symbols_enabled want_spam disable all mail processing by RspamD, so DKIM signing is not applied for any mail where rcpt is /postmaster@*/, including external one. * Update preset_2.yml Co-authored-by: André Peters <andre.peters@debinux.de>master
parent
b933131ff2
commit
19a6b45302
|
@ -2,4 +2,9 @@ headline: lang.rsettings_preset_2
|
||||||
content: |
|
content: |
|
||||||
priority = 10;
|
priority = 10;
|
||||||
rcpt = "/postmaster@.*/";
|
rcpt = "/postmaster@.*/";
|
||||||
want_spam = yes;
|
apply {
|
||||||
|
symbols_enabled = ["DKIM_SIGNED", "HISTORY_SAVE", "MILTER_HEADERS", "ARC_SIGNED"];
|
||||||
|
actions {
|
||||||
|
greylist = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue