diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-10-26 13:37:08 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-10-26 13:37:08 -0700 |
commit | 1ddd44e9d3549fc2e854b6a508dc0adb6c344988 (patch) | |
tree | 68265f62ffdbdb816f1fb7b63c6fe16a72b2f465 /Mailman/Utils.py | |
parent | a04f3a2976940022009c154fe0400fb8464b014c (diff) | |
download | mailman2-1ddd44e9d3549fc2e854b6a508dc0adb6c344988.tar.gz mailman2-1ddd44e9d3549fc2e854b6a508dc0adb6c344988.tar.xz mailman2-1ddd44e9d3549fc2e854b6a508dc0adb6c344988.zip |
Updated i18n in preparation for 2.1.25 release.
Fixed a minor typo.
Diffstat (limited to 'Mailman/Utils.py')
-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', |