POST
msg(POST, "%s%s%s Skipped.",
msg(POST, "\"%s%s%s\" skipped",
msg(POST, "error matching file %s with pattern"
if (severity == POST)
if ((severity != POST) && (severity != EPOST))
msg(POST, "Restoring existing \"%s%s%s\"",
msg(POST, "Restoring existing \"%s%s%s\"",
msg(POST,
POST( ld, new->lm_msgid, new );
if ((POST = (POSTING *)malloc(postsize)) == NULL) {
postptr = POST;
if (postptr + 10 > POST + postsize / sizeof (POSTING)) {
i = postptr - POST;
if ((POST = realloc(POST, postsize)) == NULL) {
postptr = i + POST;
postptr = POST;
free(POST);
if ((i = postptr - POST) > 0) {
if (fwrite((char *)POST, sizeof (POSTING), i, fpost) == 0) {
static POSTING *POST, *postptr;