Skip to content

Commit fc7c09c

Browse files
committed
update
1 parent 0d32a9a commit fc7c09c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Mailman/OldStyleMemberships.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ def __init__(self, mlist):
5353
self.mime_is_default_digest = mm_cfg.DEFAULT_MIME_IS_DEFAULT_DIGEST # Initialize mime_is_default_digest attribute
5454
self._pending = {} # Initialize _pending dictionary for pending operations
5555
self.autoresponse_graceperiod = 90 # days, default from Autoresponder class
56+
self.autorespond_admin = mm_cfg.DEFAULT_AUTORESPOND_ADMIN # Initialize autorespond_admin attribute
57+
self.autorespond_requests = mm_cfg.DEFAULT_AUTORESPOND_REQUESTS # Initialize autorespond_requests attribute
58+
self.autorespond_postings = mm_cfg.DEFAULT_AUTORESPOND_POSTINGS # Initialize autorespond_postings attribute
5659

5760
def GetMailmanHeader(self):
5861
"""Return the standard Mailman header HTML for this list."""

0 commit comments

Comments
 (0)