diff options
| author | Barry Warsaw | 2007-12-29 17:02:46 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2007-12-29 17:02:46 -0500 |
| commit | 68cce110887cc9fc46fd4c7798f3b8d893f1038f (patch) | |
| tree | 8bd390bd78a2b22c5be19540eb7d7bee503c478b /Mailman/rules/max_recipients.py | |
| parent | 9124e1a17f439314b17206f2ad80f17d7b7971e8 (diff) | |
| download | mailman-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.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`.""" |
