We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d32a9a commit fc7c09cCopy full SHA for fc7c09c
1 file changed
Mailman/OldStyleMemberships.py
@@ -53,6 +53,9 @@ def __init__(self, mlist):
53
self.mime_is_default_digest = mm_cfg.DEFAULT_MIME_IS_DEFAULT_DIGEST # Initialize mime_is_default_digest attribute
54
self._pending = {} # Initialize _pending dictionary for pending operations
55
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
59
60
def GetMailmanHeader(self):
61
"""Return the standard Mailman header HTML for this list."""
0 commit comments