I think this came up on the list recently, and I was able to reproduce the problem and find the simple cause.

If you're running 1.2.8 or 1.2.9, apply the following patch:

--- mailinglist.c       16 Feb 2005 16:10:37 -0000      1.5.2.7
+++ mailinglist.c       7 Sep 2005 16:10:31 -0000
@@ -1307,7 +1307,7 @@
   printf ("<BR>\n");
   /* note that if user doesn't have ezmlm-cgi installed, it might be
      a good idea to default to having option i off. */
-  build_option_str ("CHECKBOX", "opt15", "i", html_text[291]);
+  build_option_str ("CHECKBOX", "opt16", "i", html_text[291]);
   printf ("</P>\n");

You can manually do it by editing mailinglist.c, searching for "opt15" and changing it to "opt16" on the line that says CHECKBOX.

This is going into 1.2.10, along with any other bugs that might crop up in the next week or so.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: sniffter.com

Reply via email to