12int main(
int argc,
char **argv)
15 if (getln(buffer_0,&
line,&
match,
'\n') == -1)
16 logmsg(
WHO,111,FATAL,
"unable to read input: ");
21 logmsg(
WHO,111,ERROR,
"malformed message (first non-header line not blank)");
24 if (getln(buffer_0,&
line,&
match,
'\n') == -1)
25 logmsg(
WHO,111,FATAL,
"unable to read input: ");
26 buffer_put(buffer_1,
line.s,
line.len);
30 buffer_flush(buffer_1);
int mess822_ok(stralloc *)