CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2010/11/15 07:57:41
Modified files: usr.sbin/smtpd : queue_shared.c Log message: Do not fatal if an attempt to open a message envelope results in ENOENT. This prevents smtpd from exiting if 'smtpctl schedule' is run with a valid but non-existent message ID. Whilst here make ENOSPC fatal since this should not happen. ok gilles@