[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in smtpserver



smtpserver 2.99.38 core dumps on lines like

smtpserver -i <file

The reason is that logfp is null, and the fprintf statements don't
check for that. A workaround is of course,

smtpserver -i <file -llogfile

Better would be to clean up the logging code.

sdb