CVSROOT: /cvs Module name: src Changes by: c...@cvs.openbsd.org 2012/07/08 12:13:08
Modified files: usr.sbin/smtpd : queue.c queue_backend.c queue_fsqueue.c runner.c smtpd.c smtpd.h Log message: remove enum queue_kind from queue_fsqueue.c. incoming messages are now always stored in /incoming, whatever the queue_backend is. remove QOP_FD_RW and fsqueue_message_fd_rw(). while there check return value of generated paths before calling rmtree() with advice from gilles@ and eric@ ok gilles@ eric@