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:
parent
940cab57e9
commit
f56eb62f08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79376
11
mail/ezmlm-idx/files/patch-ezmlm-manage-N
Normal file
11
mail/ezmlm-idx/files/patch-ezmlm-manage-N
Normal 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 */
|
Loading…
Reference in New Issue
Block a user