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;