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/bin/withlist.py | |
| parent | 28f41bc768390f11cf817534cca67a1683f235a7 (diff) | |
| download | mailman-15f9e73fdb96a145632e5916cc0073472c014c99.tar.gz mailman-15f9e73fdb96a145632e5916cc0073472c014c99.tar.zst mailman-15f9e73fdb96a145632e5916cc0073472c014c99.zip | |
Diffstat (limited to 'Mailman/bin/withlist.py')
| -rw-r--r-- | Mailman/bin/withlist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/bin/withlist.py b/Mailman/bin/withlist.py index f6c66a703..cf40ddabd 100644 --- a/Mailman/bin/withlist.py +++ b/Mailman/bin/withlist.py @@ -98,10 +98,10 @@ Mailman installation directory called 'listaddr.py', with the following two functions: def listaddr(mlist): - print mlist.GetListEmail() + print mlist.posting_address def requestaddr(mlist): - print mlist.GetRequestEmail() + print mlist.request_address Now, from the command line you can print the list's posting address by running the following from the command line: |
