From 317f026bdb1bd147ab2617b188c0fb21776b090d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 9 Nov 1996 23:27:59 +0000 Subject: Better error messages. svn path=/trunk/; revision=527 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver.c b/driver.c index e91fc022..65b34b6e 100644 --- a/driver.c +++ b/driver.c @@ -517,11 +517,11 @@ struct query *ctl; /* query control record */ char errhd[USERNAMELEN + POPBUFSIZE], *errmsg; errmsg = errhd; - (void) strcpy(errhd, "X-Fetchmail-Error: "); + (void) strcpy(errhd, "X-Fetchmail-Warning: "); #ifdef HAVE_RES_SEARCH if (no_local_matches) { - strcat(errhd, "no declared local names matched recipient addresses"); + strcat(errhd, "no recipient addresses matched declared local names"); if (bad_addresses) strcat(errhd, "; "); } -- cgit v1.2.3