tempfail top-level constant

int const tempfail

Temporary failure, indicating something that is not really an error. In sendmail, this means that a mailer (e.g.) could not create a connection, and the request should be reattempted later.

Implementation

const tempfail = 75;