From owner-freebsd-ports@FreeBSD.ORG Tue Apr 15 19:24:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E227637B401 for ; Tue, 15 Apr 2003 19:24:44 -0700 (PDT) Received: from mail.panaso.com (mail.panaso.com [199.60.48.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 58FB743FBF for ; Tue, 15 Apr 2003 19:24:44 -0700 (PDT) (envelope-from tbaur@panaso.com) Received: (qmail 60337 invoked from network); 16 Apr 2003 02:24:42 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by localhost.panaso.com with SMTP; 16 Apr 2003 02:24:42 -0000 Date: Tue, 15 Apr 2003 19:24:42 -0700 (PDT) From: Tim Baur To: ports@freebsd.org Message-ID: <0304151918360.16010@neobe.cnanfb.pbz> X-PGP: 0x44DB0D83 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ezmlm-manage -N patch (fwd) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 02:24:45 -0000 Never received a response from tom@, and the patch hasnt made its way into the port, so I'll pass it along. -tbaur ---------- Forwarded message ---------- Date: Sat, 22 Feb 2003 19:36:14 -0800 (PST) From: Tim Baur To: tom@FreeBSD.org Cc: lindberg@id.wustl.edu Subject: ezmlm-manage -N patch You may want to add this patch to the fbsd ezmlm-idx port. Currently, ezmlm-manage -N does not suppress the GOODBYE message as stated in the man page. This patch fixes that problem. -tbaur -N Target addresses will not be notified if they are added/removed from the subscriber list by remote admin or moderator action. Also, the target will not be notified if they were successfully added/removed when the -S and -U switches, respectively, are used. http://marc.theaimsgroup.com/?l=ezmlm&m=102815382218955&w=2 http://marc.theaimsgroup.com/?l=ezmlm&m=102816492627689&w=2 diff -Naur ezmlm-0.53.orig/ezmlm-manage.c ezmlm-0.53/ezmlm-manage.c --- ezmlm-0.53.orig/ezmlm-manage.c Wed Jul 31 16:36:20 2002 +++ ezmlm-0.53/ezmlm-manage.c Wed Jul 31 17:25:37 2002 @@ -1015,7 +1015,7 @@ strerr_die2x(0,INFO,ERR_UNSUB_NOP); mod_bottom(); if (r) { /* success to target */ - qmail_to(&qq,target.s); + if (flagnotify) qmail_to(&qq,target.s); if (flagverbose > 1) to_owner(); } else /* NOP to sender = admin. Will take */ qmail_to(&qq,sender); /* care of it. No need to tell owner */