diff options
Diffstat (limited to 'src/mailman/bin/checkdbs.py')
| -rw-r--r-- | src/mailman/bin/checkdbs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/checkdbs.py b/src/mailman/bin/checkdbs.py index fed40a215..2f93ecc77 100644 --- a/src/mailman/bin/checkdbs.py +++ b/src/mailman/bin/checkdbs.py @@ -186,7 +186,7 @@ def main(): text += Utils.maketext( 'checkdbs.txt', {'count' : count, - 'host_name': mlist.host_name, + 'mail_host': mlist.mail_host, 'adminDB' : mlist.GetScriptURL('admindb', absolute=1), 'real_name': realname, |
