wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address.
This commit is contained in:
parent
c4fd282e12
commit
fbdfe22ddd
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue