From: David Levine Date: Mon, 15 Oct 2012 00:02:43 +0000 (-0500) Subject: Changed error message to say that blind lists aren't X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=9719b1f53abb51d3ed532f875534a2ce3a1d7fde Changed error message to say that blind lists aren't compatible with sendmail/pipe. --- 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"); }