Date: Thu, 27 May 2010 12:59:49 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/mail util.c Message-ID: <201005271300.o4RD00VB049048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2010-05-27 12:59:49 UTC FreeBSD src repository Modified files: usr.bin/mail util.c Log: SVN rev 208592 on 2010-05-27 12:59:49Z by 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 Revision Changes Path 1.3 +4 -3 src/usr.bin/mail/util.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005271300.o4RD00VB049048>