summaryrefslogtreecommitdiff
path: root/mailman/database
diff options
context:
space:
mode:
authorBarry Warsaw2008-03-06 00:29:11 -0500
committerBarry Warsaw2008-03-06 00:29:11 -0500
commit5ca899a81b547dd46197b8d51c7f51538ecde397 (patch)
tree43f1ce1d7b94ff46d8e546ab9abf92e4dd9e494e /mailman/database
parenta1c73f6c305c7f74987d99855ba59d8fa823c253 (diff)
downloadmailman-5ca899a81b547dd46197b8d51c7f51538ecde397.tar.gz
mailman-5ca899a81b547dd46197b8d51c7f51538ecde397.tar.zst
mailman-5ca899a81b547dd46197b8d51c7f51538ecde397.zip
Fix a typo in a roster name.
Remove an outdated comment. Add an SMTPServer wrapper class to the test helpers module. This will be used in tests of the outgoing queue, which actually needs to talk to an SMTP server. Adapt the smtpd-based server to being run under thread control, and remove some now unnecessary code.
Diffstat (limited to 'mailman/database')
-rw-r--r--mailman/database/roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/database/roster.py b/mailman/database/roster.py
index 15191a7c9..2b237df97 100644
--- a/mailman/database/roster.py
+++ b/mailman/database/roster.py
@@ -181,7 +181,7 @@ _digest_modes = (
class DigestMemberRoster(AbstractRoster):
"""Return all the regular delivery members of a list."""
- name = 'regular_members'
+ name = 'digest_members'
@property
def members(self):