CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/07 18:23:34
Modified files:
usr.sbin/smtpd : enqueue.c
Log message:
fix a small typo with no consequence in the generation of message id when
an enqueued message follows the offline codepath. the code used ',' to
separate components of the message uid when it should have used '.'
