]> git.ipfire.org Git - people/ms/suricata.git/commit
smtp: log transaction even if no email present
authorJason Ish <jason.ish@oisf.net>
Wed, 10 Nov 2021 22:38:35 +0000 (16:38 -0600)
committerVictor Julien <vjulien@oisf.net>
Mon, 22 Nov 2021 09:58:11 +0000 (10:58 +0100)
commit52b9c12f41d890cda340fe3b1c7e7e3e9d673d73
tree6d343e279e3ec074302fd8263498fe5b1609ac86
parentfcf399b02c0c3261331f2676d62bdb3d8f05b266
smtp: log transaction even if no email present

The SMTP transaction logger was not writing the log if the email
portion of the logger failed, such as in the case of STARTTLS
where this is no email decoded.

Ticket #4817
src/output-json-smtp.c