Fix size calculation, log unhandled amount.
authorPhil Pennock <pdp@exim.org>
Mon, 30 Jan 2017 23:38:16 +0000 (18:38 -0500)
committerPhil Pennock <pdp@exim.org>
Mon, 30 Jan 2017 23:38:16 +0000 (18:38 -0500)
commita5d4db406e8868eceb883df6dee15b3553d563ea
tree2b74a96532bd38f3eb33ef4c65d064f634640b43
parentb6040544759110aa97f93e9ba0dd8232cd5e5188
Fix size calculation, log unhandled amount.

We did a `string_copy()` so `hdr.v1.line` is not the right base for an
accurate size.  Fix.

Log unhanded amount.  For clients waiting on the server before sending,
this has to be 0.  For clients speaking first (TLS) this can be
non-zero.
src/src/smtp_in.c