On Feb 15, 2005, at 6:31 AM, Rob Kudyba wrote:
Any idea what is wrong?

There was a slight error in the code for non-idx ezmlm installations. Almost everyone runs ezmlm-idx, and I don't typically test qmailadmin without it.


Here's the patch, it's going into CVS and will be in the next official release (1.2.8).

--- mailinglist.c       10 Feb 2005 00:11:37 -0000      1.5.2.5
+++ mailinglist.c       15 Feb 2005 16:23:19 -0000
@@ -597,10 +597,10 @@
     fclose(file);
   }

+#ifdef EZMLMIDX
   /* if this is a new list, add owner as subscriber */
   if (newlist && (*list_owner != '\0')) {
     ezmlm_sub ("", list_owner);
-#ifdef EZMLMIDX
     /* add owner as moderator/remote admin as well */
     ezmlm_sub ("mod", list_owner);
 #endif

--
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