projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f61100
)
Changed error message to say that blind lists aren't
author
David Levine
<levinedl@acm.org>
Mon, 15 Oct 2012 00:02:43 +0000
(19:02 -0500)
committer
David Levine
<levinedl@acm.org>
Mon, 15 Oct 2012 00:02:43 +0000
(19:02 -0500)
compatible with sendmail/pipe.
uip/post.c
patch
|
blob
|
history
diff --git
a/uip/post.c
b/uip/post.c
index
09ca15e
..
6b07861
100644
(file)
--- a/
uip/post.c
+++ b/
uip/post.c
@@
-864,7
+864,7
@@
putfmt (char *name, char *str, FILE *out)
they'd have the Blind-Carbon-Copy
indication. */
adios (NULL,
- "blind aliases not compatible with"
+ "blind lists not compatible with"
" sendmail/pipe");
}