19a6b45302
* 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>
11 lines
232 B
YAML
11 lines
232 B
YAML
headline: lang.rsettings_preset_2
|
|
content: |
|
|
priority = 10;
|
|
rcpt = "/postmaster@.*/";
|
|
apply {
|
|
symbols_enabled = ["DKIM_SIGNED", "HISTORY_SAVE", "MILTER_HEADERS", "ARC_SIGNED"];
|
|
actions {
|
|
greylist = null;
|
|
}
|
|
}
|