From ca506e913faa49331db68f541774fdb773653988 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 4 Jun 2018 21:44:32 -0700 Subject: Not at all my day. --- Mailman/MailList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman') diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 991ffd7f..fdc3802a 100755 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -914,7 +914,7 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin, whence = ' from %s' % remote syslog('vette', '%s banned subscription: %s%s (Spamhaus IP)', realname, email, whence) - raise Errors.MembershipIsBanned, pattern + raise Errors.MembershipIsBanned, 'Spamhaus IP' # Sanity check the digest flag if digest and not self.digestable: raise Errors.MMCantDigestError -- cgit v1.2.3