wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address.

This commit is contained in:
Doug Torrance 2014-11-07 21:31:26 -06:00 committed by Carlos R. Mafra
parent c4fd282e12
commit fbdfe22ddd
2 changed files with 2 additions and 2 deletions

View file

@ -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 wmbiff-devel@lists.sourceforge.net with the hostname\n"
" send mail to "PACKAGE_BUGREPORT" with the hostname\n"
" of your mail server.\n", unaliased_str, matchedchars);
return -1;
}

View file

@ -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 wmbiff-devel@lists.sourceforge.net with the hostname\n"
" send mail to "PACKAGE_BUGREPORT" with the hostname\n"
" of your mail server.\n", str, matchedchars);
return -1;
}