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-03 11:57:37 +13:00 committed by Joshua Tauberer
parent 0335595e7e
commit 5be74dec6e
1 changed files with 1 additions and 1 deletions

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')