CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2020/02/09 07:59:21
Modified files: libexec/lockspool: lockspool.c libexec/mail.local: locking.c mail.local.c mail.local.h Log message: Use sysexits.h exit values to distinguish between tempfail and permfail. Unix MTAs use the exit value of the MDA (here mail.local) to determine whether or not a failure to deliver mail should be considered to be a temporary or permanent failure. OK semarie@ beck@