From 16ae0195a3be60c0e58c5e17dedf1402f40f379d Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 13 Oct 2019 20:12:06 +0100 Subject: [PATCH] eximconf: only set "greylisting requested" flag for handled domains Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index fca2bed82..f8f927c04 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -606,6 +606,7 @@ check_recipient: warn set acl_m_grey_recip = 0 warn local_parts = GREYLIST_LOCAL_PARTS + domains = +handled_domains set acl_m_grey_recip = 1 # Defer after too many bad RCPT TO's. Legit MTAs will retry later. -- 2.20.1