diff options
| author | Barry Warsaw | 2009-02-17 22:23:12 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-02-17 22:23:12 -0500 |
| commit | 165f53b5d38850589aa75122ab08c73c7ddcb127 (patch) | |
| tree | d6c48fb84a7a92f3e82628bb45b96fe2b438c028 /src/mailman/database/mailinglist.py | |
| parent | 1f4c4e107f24cbb36110e8cb88908b34bac74b01 (diff) | |
| download | mailman-165f53b5d38850589aa75122ab08c73c7ddcb127.tar.gz mailman-165f53b5d38850589aa75122ab08c73c7ddcb127.tar.zst mailman-165f53b5d38850589aa75122ab08c73c7ddcb127.zip | |
Diffstat (limited to 'src/mailman/database/mailinglist.py')
| -rw-r--r-- | src/mailman/database/mailinglist.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mailman/database/mailinglist.py b/src/mailman/database/mailinglist.py index 605c51cd6..02100eeb8 100644 --- a/src/mailman/database/mailinglist.py +++ b/src/mailman/database/mailinglist.py @@ -57,7 +57,6 @@ class MailingList(Model): # Attributes not directly modifiable via the web u/i created_at = DateTime() admin_member_chunksize = Int() - hold_and_cmd_autoresponses = Pickle() # Attributes which are directly modifiable via the web u/i. The more # complicated attributes are currently stored as pickles, though that # will change as the schema and implementation is developed. @@ -181,10 +180,6 @@ class MailingList(Model): # For the pending database self.next_request_id = 1 self._restore() - # Max autoresponses per day. A mapping between addresses and a - # 2-tuple of the date of the last autoresponse and the number of - # autoresponses sent on that date. - self.hold_and_cmd_autoresponses = {} self.personalization = Personalization.none self.real_name = string.capwords( SPACE.join(listname.split(UNDERSCORE))) |
