From 1ddd44e9d3549fc2e854b6a508dc0adb6c344988 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 26 Oct 2017 13:37:08 -0700 Subject: Updated i18n in preparation for 2.1.25 release. Fixed a minor typo. --- Mailman/Utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman') 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', -- cgit v1.2.3