+ o Fixed missing exit()s in case of failed execl() calls (Ansgar Burchardt)
o Changed Message-ID headers to include FQDN (Ansgar Burchardt)
o Added support for 'discard' keyword in access rules (Sascha Sommer)
1.2.14
"-R", replyto,
"-m", queuefilename, (char *)NULL);
log_error(LOG_ARGS, "execl() of '%s' failed", mlmmjsend);
+ exit(EXIT_FAILURE);
}
myfree(to);
"-F", from,
"-m", queuefilename, (char *)NULL);
log_error(LOG_ARGS, "execl() of '%s' failed", mlmmjsend);
+ exit(EXIT_FAILURE);
}
void getaddrandtype(const char *listdir, const char *modstr,