Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!giza.cis.ohio-state.edu!karl From: karl@giza.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.mail.sendmail Subject: Re: Keeping mail in the queue when mail cannot be delivered Message-ID: Date: 21 Jun 89 21:15:31 GMT References: <449.nlhp3@oracle.nl> Sender: news@tut.cis.ohio-state.edu Organization: Ohio State Computer Science Lines: 9 In-reply-to: bengsig@oracle.nl's message of 21 Jun 89 11:48:26 GMT To cause sendmail to re-queue a piece of mail, the Mmailer called should exit(EX_TEMPFAIL). From : ** EX_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. --Karl