On Wed, Mar 21, 2001 at 09:29:18AM -0600, Jima wrote:
> 
>  Usually sendmail will hold onto an email for 4 or 5 days before it dumps
> it. I'm not aware of a way to change that.

You can change it with:

confTO_QUEUERETURN      Timeout.queuereturn
                                        [5d] The timeout before a message is
                                        returned as undeliverable.

which might look like the following in your mc file:

define(`confTO_QUEUERETURN', `8d')dnl

If you wanted to set it to 8 days.

Regards

					- Karl