summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Cgi/admindb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/admindb.py b/Mailman/Cgi/admindb.py
index 638260773..2fef4be02 100644
--- a/Mailman/Cgi/admindb.py
+++ b/Mailman/Cgi/admindb.py
@@ -214,7 +214,7 @@ def PrintPostRequest(mlist, id, info, total, count, form):
CheckBox('forward-%d' % id, 'on', 0).Format() +
' Additionally, forward this message to: ' +
TextBox('forward-addr-%d' % id, size=47,
- value=mlist.GetAdminEmail()).Format()
+ value=mlist.GetOwnerEmail()).Format()
])
t.AddRow([
Bold('If you reject this post,<br>please explain (optional):'),