Searched hist:208592 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dutil.cdiff 208592 Thu May 27 11:01:51 MDT 2010 uqs mail(1) misses addresses when replying to all

There's a parsing error for fields where addresses are not separated by
space. This is often produced by MS Outlook, eg.:
Cc: <foo@bar.com>,"Mr Foo" <foo@baz.com>

The following line now splits into the right tokens:
Cc: f@b.com,z@y.de, <a@a.de>,<c@c.de>, "foo" <foo>,"bar" <bar>

PR: bin/131861
Submitted by: Pete French <petefrench at ticketswitch.com>
Tested by: Pete French
Reviewed by: mikeh
MFC after: 2 weeks

Completed in 71 milliseconds