aboutsummaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2003-04-20 21:12:08 +0000
committerTom Hukins <tom@FreeBSD.org>2003-04-20 21:12:08 +0000
commitf56eb62f0880643558b4e39193237598a6d052c1 (patch)
tree472a71dc9663f8979cec0d99235b753beff01b5f /mail/ezmlm-idx
parent940cab57e908f2d3122107b320ad69c9e7d45aaf (diff)
downloadports-f56eb62f0880643558b4e39193237598a6d052c1.tar.gz
ports-f56eb62f0880643558b4e39193237598a6d052c1.zip
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
Notes
Notes: svn path=/head/; revision=79376
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r--mail/ezmlm-idx/files/patch-ezmlm-manage-N11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ezmlm-idx/files/patch-ezmlm-manage-N b/mail/ezmlm-idx/files/patch-ezmlm-manage-N
new file mode 100644
index 000000000000..cc587c6cb4c2
--- /dev/null
+++ b/mail/ezmlm-idx/files/patch-ezmlm-manage-N
@@ -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 */