freebsd-dev/usr.bin/mail
Ulrich Spörlein a1d170a0b6 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
2010-05-27 12:59:49 +00:00
..
misc
USD.doc
cmd1.c Use static storage-class specifier where appropriate. 2007-11-08 11:13:03 +00:00
cmd2.c
cmd3.c
cmdtab.c
collect.c
def.h
edit.c
extern.h
fio.c
getname.c
glob.h
head.c
lex.c Use static storage-class specifier where appropriate. 2007-11-08 11:13:03 +00:00
list.c Use static storage-class specifier where appropriate. 2007-11-08 11:13:03 +00:00
mail.1 o Really commit typo fixes to HEAD. 2007-03-25 18:37:59 +00:00
main.c Use static storage-class specifier where appropriate. 2007-11-08 11:13:03 +00:00
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
names.c
pathnames.h
popen.c
quit.c
rcv.h
send.c
strings.c
temp.c
tty.c
util.c mail(1) misses addresses when replying to all 2010-05-27 12:59:49 +00:00
v7.local.c
vars.c
version.c