CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/08/09 10:00:31
Modified files:
usr.sbin/smtpd : bounce.c queue.c smtpd.h
Log message:
Allow failure reports for different recipients of the same message
to be grouped into a single bounce message.
The bounce structure keeps a list of envelopes. For now, the list
is constructed by delaying the re-enqueuing of a bounce envelope a
bit, to wait for other bounces from the same message to be part of
the same report.
