Improve postgrey logging (#1448)

We can't presume the redelivery timeframe of the sending server. However, we do know the blacklist timeframe within which we will reject a redelivery.
This commit is contained in:
jeff-h
2018-12-02 17:57:37 -05:00
committed by Joshua Tauberer
parent 0335595e7e
commit 5be74dec6e
+1 -1
View File
@@ -257,7 +257,7 @@ def scan_mail_log(env):
print(textwrap.fill(
"The following mail was greylisted, meaning the emails were temporarily rejected. "
"Legitimate senders will try again within ten minutes.",
"Legitimate senders must try again after three minutes.",
width=80, initial_indent=" ", subsequent_indent=" "
), end='\n\n')