]> git.ipfire.org Git - thirdparty/suricata.git/commit
mime: fix output issues 1195/head
authorVictor Julien <victor@inliniac.net>
Thu, 30 Oct 2014 17:23:15 +0000 (18:23 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 30 Oct 2014 17:23:15 +0000 (18:23 +0100)
commit9d2a0c39e543d35c81cd66c5bd424750a938e888
tree4c6197cce31262bdc1bf2b30d2829465817f4a2e
parentebd6737b658d2f7af5d9053c44f421806fc43431
mime: fix output issues

When multiple email addresses were in the 'to' field, sometimes
they would be logged as "\r\n \"Name\" <email>".

The \r\n was added by GetFullValue in the mime decoder, for unknown
reasons. Disabling this seems to have no drawbacks.
src/util-decode-mime.c