CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/09 20:16:02
Modified files:
usr.sbin/smtpd : queue.c
Log message:
- in queue, do not use the atomic api when dealing with real files
change based on a comment from deraadt@
- in queue_register_submission(), if an envelope cannot be fully written
because of some error (ie: disk full), not only return error but
also remove the partial envelope from file system. this prevents
the queue process from trying (failing) to reload it over and
over.