CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/12 17:32:39
Modified files:
usr.sbin/smtpd : queue_backend.c
Log message:
unlink the transformed temporary file on every commit failure
queue_message_commit() left the .comp/.enc temporary behind on an ENOSPC
rename failure and on the shared err path, so repeatedly triggering
transform or out-of-space failures accumulated orphaned files. unlink
tmppath on all of those paths.
from Andrew Griffiths, ok op@
