mail: fix rspamd settings

a config keyword has changed which which used to prevent locally sources
mails from being checked again
This commit is contained in:
Markus 2022-04-25 21:48:03 +02:00
parent beb8fafd1a
commit 43a672b064
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ localhost_mail {
reject = null;
greylist = null;
"add header" = null;
spam = null;
"rewrite subject" = null;
}
}
}