diff options
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 9c366352..9dbd0b55 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -1273,8 +1273,8 @@ def _DMARCProhibited(mlist, email, dmarc_domain, org=False): email, dmarc_domain) # Typically this means a dnssec validation error. Clients that don't # perform validation *may* successfully see a _dmarc RR whereas a - # validating mailman server wont see the _dmarc RR. We should mitigate - # this email to be safe. + # validating mailman server won't see the _dmarc RR. We should + # mitigate this email to be safe. return True except DNSException, e: syslog('error', |