---
wmbiff/wmbiff/Imap4Client.c | 2 +-
wmbiff/wmbiff/Pop3Client.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wmbiff/wmbiff/Imap4Client.c b/wmbiff/wmbiff/Imap4Client.c
index 1e405e5..8599f5a 100644
--- a/wmbiff/wmbiff/Imap4Client.c
+++ b/wmbiff/wmbiff/Imap4Client.c
@@ -537,7 +537,7 @@ int imap4Create( /*@notnull@ */ Pop3 pc, const char *const
str)
pc->label[0] = '\0';
IMAP_DM(pc, DEBUG_ERROR, "Couldn't parse line %s (%d)\n"
" If this used to work, run wmbiff with the
-relax option, and\n"
- " send mail to
[email protected] with the hostname\n"
+ " send mail to "PACKAGE_BUGREPORT" with the
hostname\n"
" of your mail server.\n", unaliased_str,
matchedchars);
return -1;
}
diff --git a/wmbiff/wmbiff/Pop3Client.c b/wmbiff/wmbiff/Pop3Client.c
index e928d6d..9ab373a 100644
--- a/wmbiff/wmbiff/Pop3Client.c
+++ b/wmbiff/wmbiff/Pop3Client.c
@@ -259,7 +259,7 @@ int pop3Create(Pop3 pc, const char *str)
pc->label[0] = '\0';
POP_DM(pc, DEBUG_ERROR, "Couldn't parse line %s (%d)\n"
" If this used to work, run wmbiff with the -relax
option, and\n "
- " send mail to [email protected]
with the hostname\n"
+ " send mail to "PACKAGE_BUGREPORT" with the
hostname\n"
" of your mail server.\n", str, matchedchars);
return -1;
}
--
2.1.0
--
To unsubscribe, send mail to [email protected].