CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/09 15:28:08
Modified files:
usr.sbin/smtpd : lka.c
Log message:
support the userpart+foo...@domainpart syntax which got wiped when i wrote
the virtual domains support as it was in my way. this time, make it work as
it should: userpart+foo...@domainpart becomes:
path->user = userpart+foobar
path->domain = domainpart
path->pw_name = userpart
discussed quickly with jacekm@
