
Hiyas, There's an error in admindb in the login form. Here's the fast patch against the latest CVS snapshots: --- admindb.py.orig Fri Jan 8 18:23:22 1999 +++ admindb.py Fri Jan 8 18:23:44 1999 @@ -113,7 +113,7 @@ 'admlogin.txt', {'listname': list_name, 'path' : os.environ.get('REQUEST_URI', - '/mailman/admin/' + list_name), + '/mailman/admindb/' + list_name), 'message' : message, }) print text ... and of course against my patches: --- admindb.py.orig Fri Jan 8 18:20:15 1999 +++ admindb.py Fri Jan 8 17:45:02 1999 @@ -113,7 +113,7 @@ 'admlogin.txt', {'listname': list_name, 'path' : os.environ.get('REQUEST_URI', - '/mailman/' + mm_cfg.admin_cgi + '/' + list_name), + '/mailman/' + mm_cfg.admindb_cgi + '/' + list_name), 'message' : message, }) print text Regards: Jul -- Linux Supporting Center -- Red Hat Qmail packages -- http://lsc.kva.hu PGP 0x1DE3631D / A8 B4 92 EE 1F 55 27 C8 86 64 9C 42 41 A4 BD B8 Don't spell GLIB backwards!
participants (1)
-
Balazs Nagy