CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2018/10/30 08:17:17

Modified files:
        usr.sbin/smtpd : mda.c 

Log message:
in mda.c, when reading the last line of an mda, we should never have a \n
in the buffer, however better be safe than sorry, add VIS_NL to strnvis()
flags because a \n would corrupt an envelope.

while debugging an issue from Jason Donenfeld, this appears as a safety-net

ok eric@

Reply via email to