mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
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 |
||
|---|---|---|
| .. | ||
| misc | ||
| USD.doc | ||
| cmd1.c | ||
| cmd2.c | ||
| cmd3.c | ||
| cmdtab.c | ||
| collect.c | ||
| def.h | ||
| edit.c | ||
| extern.h | ||
| fio.c | ||
| getname.c | ||
| glob.h | ||
| head.c | ||
| lex.c | ||
| list.c | ||
| mail.1 | ||
| main.c | ||
| Makefile | ||
| names.c | ||
| pathnames.h | ||
| popen.c | ||
| quit.c | ||
| rcv.h | ||
| send.c | ||
| strings.c | ||
| temp.c | ||
| tty.c | ||
| util.c | ||
| v7.local.c | ||
| vars.c | ||
| version.c | ||