CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/03/22 16:53:48
Modified files:
usr.sbin/smtpd : lka.c runner.c smtpd.c smtpd.h
Log message:
fix a bug in the resolution of forward files which would cause usernames
not to be taken into account if they had no ~/.forward file AND were the
result of an alias expansion that expanded to more than one username.
while at it, I spotted another bug where I would check T_MDA_MESSAGE on
the flags field instead of the type field. the bug could cause two MDA
message to end up in the same batch which is no longer valid.