opnsense-src/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 Correct a few more definitions, capitalize header fields consistently. 2003-01-09 03:36:47 +00:00
USD.doc Remove the dates from these files. They serve no purpose and result in 2005-08-17 15:56:04 +00:00
cmd1.c Use static storage-class specifier where appropriate. 2007-11-08 11:13:03 +00:00
cmd2.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
cmd3.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
cmdtab.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
collect.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
def.h Sync with most of NetBSD's changes, including: 2001-12-18 20:52:09 +00:00
edit.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
extern.h Add the -e (mail presence test), -H (header summary mode), and -F 2004-02-29 20:44:44 +00:00
fio.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
getname.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
glob.h
head.c The return-path is optional in a headline, therefore don't skip a 2003-01-09 05:08:37 +00:00
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 Add the -e (mail presence test), -H (header summary mode), and -F 2004-02-29 20:44:44 +00:00
pathnames.h
popen.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
quit.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
rcv.h
send.c Add the -e (mail presence test), -H (header summary mode), and -F 2004-02-29 20:44:44 +00:00
strings.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
temp.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
tty.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
util.c mail(1) misses addresses when replying to all 2010-05-27 12:59:49 +00:00
v7.local.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
vars.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
version.c Consistently use FBSDID 2002-06-30 05:25:07 +00:00