CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 2020/09/14 12:32:11

Modified files:
        usr.sbin/smtpd : smtpc.c 

Log message:
Fix handling of user names containing '@' symbols.
It is possible to have a user name of the form foo@bar in the URL.
When splitting user name from host name, split at the last '@', not
the first one.  From Josh Rickmar

Reply via email to