Skip to content

Commit

Permalink
Improve postgrey logging (#1448)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeff-h authored and JoshData committed Dec 2, 2018
1 parent 0335595 commit 5be74de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/mail_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 5be74de

Please sign in to comment.