summaryrefslogtreecommitdiff
path: root/Mailman/bin/withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/bin/withlist.py')
-rw-r--r--Mailman/bin/withlist.py4
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: