CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/01/12 15:00:21
Modified files:
usr.sbin/smtpd : ramqueue.c runner.c
Log message:
now that we no longer do a stateful iteration on schedule queue, we need
to make ramqueue_next_envelope() aware of pauses in mda/mta. while at it
kill the pausing of bounces since they are reinjected in smtp and end up
paused by the mda/mta cases.
fixes an infinite loop observed by eric@ when pausing deliveries and
trying to interrupt smtpd while it attempts to fetch next envelope :)
tested by eric@ and I, ok eric@