diff options
| author | Barry Warsaw | 2007-10-10 00:16:12 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-10-10 00:16:12 -0400 |
| commit | 15f9e73fdb96a145632e5916cc0073472c014c99 (patch) | |
| tree | d5bf1b81d4945e20586d17a5bd2002c8ce6d986c /Mailman/MailList.py | |
| parent | 28f41bc768390f11cf817534cca67a1683f235a7 (diff) | |
| download | mailman-15f9e73fdb96a145632e5916cc0073472c014c99.tar.gz mailman-15f9e73fdb96a145632e5916cc0073472c014c99.tar.zst mailman-15f9e73fdb96a145632e5916cc0073472c014c99.zip | |
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index da37eb6e1..d90de18f0 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -184,9 +184,6 @@ class MailList(object, Archiver, Digester, SecurityManager, Bouncer): else: return 'confirm ' + cookie - def GetListEmail(self): - return self.getListAddress() - def GetMemberAdminEmail(self, member): """Usually the member addr, but modified for umbrella lists. |
