smtpd should NOT fatal when it permanently fails a bounce delivery as this
authorgilles <gilles@openbsd.org>
Fri, 23 Jul 2010 22:23:24 +0000 (22:23 +0000)
committergilles <gilles@openbsd.org>
Fri, 23 Jul 2010 22:23:24 +0000 (22:23 +0000)
commit08c6bd69794f3ca932c28ce474c0af68b7ec47ce
tree24e8984ed170edbbeeb4ba36b5eeb1c9d16bd9ff
parent7bb3ddb082eb2d269769c325550cc5d14ba24224
smtpd should NOT fatal when it permanently fails a bounce delivery as this
can be a normal situation and will allow a local/authenticated user to
trigger the fatal on purpose ...

ignore permanently failed bounce deliveries since there's not much smtpd
can do anyway, that's what the previous queue code did.

experienced and reported by pirofti@
usr.sbin/smtpd/queue.c