diff options
Diffstat (limited to 'Mailman/rules/max_recipients.py')
| -rw-r--r-- | Mailman/rules/max_recipients.py | 2 |
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`.""" |
