diff options
Diffstat (limited to 'src/mailman/rules/docs/recipients.txt')
| -rw-r--r-- | src/mailman/rules/docs/recipients.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/rules/docs/recipients.txt b/src/mailman/rules/docs/recipients.txt index 3cd49d501..e8c63b59a 100644 --- a/src/mailman/rules/docs/recipients.txt +++ b/src/mailman/rules/docs/recipients.txt @@ -1,10 +1,11 @@ +============================ Maximum number of recipients ============================ The 'max-recipients' rule matches when there are more than the maximum allowed number of explicit recipients addressed by the message. - >>> mlist = config.db.list_manager.create(u'_xtest@example.com') + >>> mlist = config.db.list_manager.create('_xtest@example.com') >>> rule = config.rules['max-recipients'] >>> print rule.name max-recipients |
