Use fgetln(3) instead of fgets(3) when reading in the message. This
authormillert <millert@openbsd.org>
Fri, 21 Apr 2000 21:50:00 +0000 (21:50 +0000)
committermillert <millert@openbsd.org>
Fri, 21 Apr 2000 21:50:00 +0000 (21:50 +0000)
commitb8150c5dedd0e3d48f0592a73fd339d8f3d69ab0
tree2b0b9839e4b2baaf4981e67d776249ec05dc05e3
parentb0ef5137d86d65686cf12da4dc35a787f8efb86b
Use fgetln(3) instead of fgets(3) when reading in the message.  This
way the From line escaping gets done correctly even for really long
lines.
libexec/mail.local/mail.local.c