From 9a54adaa617964866f77735d35dc51045b739208 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Sun, 6 Apr 2003 16:57:42 +0000 Subject: [PATCH] Don't ask about Mailman membership acl first time through do/while loop if this isn't a mailman list. --- clients/moira/lists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/moira/lists.c b/clients/moira/lists.c index 7ad0bab3..c0be6128 100644 --- a/clients/moira/lists.c +++ b/clients/moira/lists.c @@ -303,7 +303,7 @@ char **AskListInfo(char **info, Bool name) if (GetValueFromUser(temp_buf, &info[L_MEMACE_NAME]) == SUB_ERROR) return NULL; } - else + else if (atoi(info[L_MAILMAN])) { Put_message("Setting the Membership Administrator of a Mailman list to 'NONE'"); Put_message("means no one will receive the list administrator password."); -- 2.45.2