aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files 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, "; ");
}