CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/18 15:37:53
Modified files:
usr.sbin/smtpd : ramqueue.c runner.c smtpd.h
Log message:
a single ramqueue message may be shared by many ramqueue envelopes to be
delivered to many ramqueue hosts, therefore storing the rq_host pointer in
the rq_msg envelope is wrong and causes baaaaad behavior.
this commit fixes reliability issues in runner process, experienced and
reported by many
