add an information about the necessity to code the requeue of the fail
to send emails, previous code using -6 was not working either, it was
just polluting the archives and mlmmj-maintd would never have catched
up the mail to requeue
mail.fp = fdopen(fd, "r");
log_oper(ml->fd, OPLOGFNAME, "%s got archive/%s",
tll_front(*fromemails), param);
- if (!send_single_mail(&mail, ml, false))
+ if (!send_single_mail(&mail, ml, true)) {
+ /* TODO: save to queue */
return (-1);
+ }
break;
/* listname+list@domain.tld */