CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/15 07:11:13
Modified files:
usr.sbin/smtpd : aliases.c
Log message:
when using aliases, the *real* delivery user is not set on expand nodes
which prevents filters / filenames from working from /etc/mail/aliases.
in aliases_get() during the rb tree iteration, copy the username to the
expand node.
diff from Christopher Zimmermann, thankkkks and sorry for the delay
