I think I may have found it. It's trying to add the list owner as a moderator, but I'm guessing that you aren't creating a moderated list.

Here's the patch -- I haven't tested it, but it should work.

diff -u -r1.5.2.8 mailinglist.c
--- mailinglist.c       23 Oct 2005 18:52:34 -0000      1.5.2.8
+++ mailinglist.c       5 Oct 2006 16:09:22 -0000
@@ -601,8 +601,10 @@
   /* if this is a new list, add owner as subscriber */
   if (newlist && (*list_owner != '\0')) {
     ezmlm_sub ("", list_owner);
-    /* add owner as moderator/remote admin as well */
-    ezmlm_sub ("mod", list_owner);
+    if (listopt['M'-'A'] == 'm') { /* moderation on */
+      /* add owner as moderator/remote admin as well */
+      ezmlm_sub ("mod", list_owner);
+    }
   }
#endif
}

I'm adding this to CVS now, and it will be in the next release.

-Tom

On Oct 5, 2006, at 8:57 AM, [EMAIL PROTECTED] wrote:

On Thu, 5 Oct 2006, Tom Collins wrote:

On Oct 4, 2006, at 4:27 PM, [EMAIL PROTECTED] wrote:
I recently upgraded everything on a production qmailadmin server
and for
more than a month, everything looks fine, except today I have a
customer
that said they cannot create new mailing lists.  Existing lists
work fine,
new users can be created with no problem. I confirmed the problem and
that the user was nowhere near their qmailadmin-limits for mailing
lists.

What version of QmailAdmin?

qmailadmin 1.2.9

vpopmail 5.4.13

TIA,

James Smallacombe                     PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]                                                           
http://3.am
====================================================================== ===



Reply via email to