Commit ff0c8561 authored by Joshua Tauberer's avatar Joshua Tauberer

correct typo in comment

parent 16e2350f
...@@ -68,7 +68,7 @@ def run_network_checks(env): ...@@ -68,7 +68,7 @@ def run_network_checks(env):
machines from being able to send spam. A quick connection test to Google's mail server on port 25 machines from being able to send spam. A quick connection test to Google's mail server on port 25
failed.""") failed.""")
# Stop if the IPv4 address is listed in the ZEN Spamhouse Block List. # Stop if the IPv4 address is listed in the ZEN Spamhaus Block List.
# The user might have ended up on an IP address that was previously in use # The user might have ended up on an IP address that was previously in use
# by a spammer, or the user may be deploying on a residential network. We # by a spammer, or the user may be deploying on a residential network. We
# will not be able to reliably send mail in these cases. # will not be able to reliably send mail in these cases.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment