From 9719b1f53abb51d3ed532f875534a2ce3a1d7fde Mon Sep 17 00:00:00 2001 From: David Levine Date: Sun, 14 Oct 2012 19:02:43 -0500 Subject: [PATCH] Changed error message to say that blind lists aren't compatible with sendmail/pipe. --- uip/post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/post.c b/uip/post.c index 09ca15e..6b07861 100644 --- 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"); } -- 1.7.10.4