Subject: Re: Yet another BSD, is it necessary?
To: Michael L. VanLoon -- HeadCandy.com <michaelv@HeadCandy.com>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: current-users
Date: 11/02/1995 08:48:28
-----BEGIN PGP SIGNED MESSAGE-----

> Sendmail normally defaults to just "giving up" and NDRing a message if
> it sits in the queue for more than four days.  Did you turn this off,
> by some chance?

I believe that sendmail makes one last try to deliver a message before
it bounces it due to inability to send for N days... i.e., the logic is:

	try_to_deliver_message
	if hard_failure OR (soft_failure AND message_in_queue_too_long)
		return_to_sender


rather than:

	if message_in_queue_too_long
		return_to_sender
	try_to_deliver_message
	if hard_failure
		return_to_sender

					- Bill

-----BEGIN PGP SIGNATURE-----
Version: 2.6.1

iQCVAwUBMJjMKbT+rHlVUGpxAQHA6QQAjCkP+a7P9bu2sTd/oHctE5IU6F3AEjVg
/mAalaMxn7wkybt7r5JdreXo11iY5QETzN4K7o3gVJDtPerUjnZnPkWz1pBeJKI5
qkumQaqsNufQhWDWueeg/5Kz+aFaNVF1S8pkPVacrl/Y9J9WxuISP3Eb0j2Yf2l2
CEPLryck2zo=
=Kya8
-----END PGP SIGNATURE-----