1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Make "ezmlm-manage -N" work as advertised.

Submitted by:	Tim Baur <tbaur@panaso.com>
Obtained from:	http://marc.theaimsgroup.com/?l=ezmlm&m=102816492627689&w=2
This commit is contained in:
Tom Hukins 2003-04-20 21:12:08 +00:00
parent 940cab57e9
commit f56eb62f08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79376

View File

@ -0,0 +1,11 @@
--- ezmlm-manage.c.orig Wed Jul 31 16:36:20 2002
+++ 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 */