Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/libexec/mail.local



Module Name:    src
Committed By:   bouyer
Date:           Sat May 17 16:30:33 UTC 2008

Modified Files:
        src/libexec/mail.local [netbsd-4]: mail.local.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #1148):
        libexec/mail.local/mail.local.c: revision 1.24
Make sure temporary errors are reported as such, using status code
EX_TEMPFAIL (cannot lookup user through NSS, may be because of an
unreachable NIS or LDAP server), or EX_OSERR (other file or memory
related problems).
Sendmail and Postfix should honour EX_TEMPFAIL and EX_OSERR by
queueing the message.
This avoids problems with transcient NSS errors, where the MTA may
successfully lookup a user at a time while mail.local can fail a
few secoonds later.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.23.2.1 src/libexec/mail.local/mail.local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index