From f7de8e4d2e0d792931cc0065b0979727b35ded8e Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 5 Feb 2022 14:18:32 +0100 Subject: [PATCH] less greylisting, cause it interferes with 2fa codes --- README.md | 1 + bundles/rspamd/files/local.d/actions.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 730b100..d8f698e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # TODO +- dont spamfilter forwarded mails - gollum wiki - blog? - fix dkim not working sometimes diff --git a/bundles/rspamd/files/local.d/actions.conf b/bundles/rspamd/files/local.d/actions.conf index c355787..3fd9e98 100644 --- a/bundles/rspamd/files/local.d/actions.conf +++ b/bundles/rspamd/files/local.d/actions.conf @@ -1,3 +1,4 @@ reject = 150; add_header = 2; -greylist = 4; +# greylisting currently makes trouble with 2fa codes coming too late +greylist = 150;