CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/12 12:54:31
Added files:
usr.sbin/smtpd : rfc822.c rfc822.h
Log message:
to rewrite domain on incoming mails, we need to be able to extract
rfc822 addresses from some headers and parse them into a structure
that we can easily manipulate.
this implementation will parse addresses in the following formats:
user, user <addr>, "user" <addr>, "user name" <addr>
