This is still not ideal and error reporting still needs an overhaul, but at
least no red herring message is logged now.
+ o Avoid bogus error messages when logging that the list address has been
+ found in To: or CC: headers.
o Escape dashes in man pages.
o Remove 'bashisms' from mlmmj-make-ml script (patch from Dan forwarded by
Thomas Goirand).
addrtocc = !(statctrl(listdir, "tocc"));
if(addrtocc) {
for(i = 0; i < toemails.emailcount; i++) {
+ errno = 0;
log_error(LOG_ARGS, "Found To: %s",
toemails.emaillist[i]);
for(j = 0; j < alternates->count; j++) {
}
}
for(i = 0; i < ccemails.emailcount; i++) {
+ errno = 0;
log_error(LOG_ARGS, "Found Cc: %s",
ccemails.emaillist[i]);
for(j = 0; j < alternates->count; j++) {