From 650e0bdca1f75632795b5518c432e3d8b5f02465 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Apr 2001 07:38:27 +0000 Subject: Ready to try HH's Kerberos patch. svn path=/trunk/; revision=3292 --- driver.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 12440224..a1535b92 100644 --- a/driver.c +++ b/driver.c @@ -1846,7 +1846,8 @@ const int maxfetch; /* maximum number of messages to fetch */ { ctl->wehavesentauthnote = 1; stuff_warning(ctl, - _("Subject: fetchmail authentication failed\r\n")); + _("Subject: fetchmail authentication failed on %s@%s\r\n"), + ctl->remotename, ctl->server.truename); stuff_warning(ctl, _("Fetchmail could not get mail from %s@%s.\r\n"), ctl->remotename, @@ -1910,7 +1911,8 @@ is restored.")); if (!open_warning_by_mail(ctl, (struct msgblk *)NULL)) { stuff_warning(ctl, - _("Subject: fetchmail authentication OK\r\n")); + _("Subject: fetchmail authentication OK on %s@%s\r\n"), + ctl->remotename, ctl->server.truename); stuff_warning(ctl, _("Fetchmail was able to log into %s@%s.\r\n"), ctl->remotename, -- cgit v1.2.3