On Saturday, March 1, 2003, at 04:20 PM, Trey Nolen wrote:
I have a mailing list that I created using the ezmlm command line because I
had a large text file of addresses I wanted to start out with. One of the
addresses had a type-o in it and it was something like [EMAIL PROTECTED]
Notice that it doesn't have hotmail DOT com...just hotmailcom. Anyway, when
I found the error, I tried to delete it using qmailadmin, but it won't let
me because it says it isn't a valid address. I can understand those checks
for adding a user, but the error checking on a valid address needs to be
removed for removing users.

This patch removes the address checking from delete user. Ken, please apply.


--- qmailadmin-1.0.12/mailinglist.c     Thu Feb 27 13:38:17 2003
+++ qmailadmin-1.0.12-tc/mailinglist.c  Mon Mar 17 08:42:54 2003
@@ -819,18 +819,6 @@

lowerit(Newu);

-  if ( check_email_addr(Newu) ) {
-    sprintf(StatusMessage, "%s %s\n", get_html_text("148"), Newu);
-    if (mod == 1) {
-      dellistmod();
-    } else if(mod == 2) {
-      dellistdig();
-    } else {
-      dellistuser();
-    }
-    vclose();
-    exit(0);
-  }
   pid=fork();
   if (pid==0) {
     sprintf(TmpBuf1, "%s/ezmlm-unsub", EZMLMDIR);

--
Tom Collins
[EMAIL PROTECTED]




Reply via email to