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

/freebsd-11.0-release/share/man/man4/
H A Dng_atmllc.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
H A Dng_sppp.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
H A Dng_sscfu.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
H A Dng_sscop.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
H A Dng_uni.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
H A Dng_atm.4diff 131861 Fri Jul 09 07:26:15 MDT 2004 ru Fixed markup and punctuation.
/freebsd-11.0-release/usr.bin/mail/
H A Dutil.cdiff 208592 Thu May 27 13: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 193 milliseconds