summaryrefslogtreecommitdiff
path: root/Mailman/rules/max_recipients.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-12-29 17:02:46 -0500
committerBarry Warsaw2007-12-29 17:02:46 -0500
commit68cce110887cc9fc46fd4c7798f3b8d893f1038f (patch)
tree8bd390bd78a2b22c5be19540eb7d7bee503c478b /Mailman/rules/max_recipients.py
parent9124e1a17f439314b17206f2ad80f17d7b7971e8 (diff)
downloadmailman-68cce110887cc9fc46fd4c7798f3b8d893f1038f.tar.gz
mailman-68cce110887cc9fc46fd4c7798f3b8d893f1038f.tar.zst
mailman-68cce110887cc9fc46fd4c7798f3b8d893f1038f.zip
Diffstat (limited to 'Mailman/rules/max_recipients.py')
-rw-r--r--Mailman/rules/max_recipients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/rules/max_recipients.py b/Mailman/rules/max_recipients.py
index 8c2fbb370..6e3451e4e 100644
--- a/Mailman/rules/max_recipients.py
+++ b/Mailman/rules/max_recipients.py
@@ -34,7 +34,7 @@ class MaximumRecipients:
implements(IRule)
name = 'max-recipients'
- description = _('Catch messages with too many explicit recipients')
+ description = _('Catch messages with too many explicit recipients.')
def check(self, mlist, msg, msgdata):
"""See `IRule`."""