mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
37de8de1c5
we weren't properly tracking the cr's and lf's when being strict about message lines when sending data. we are reading buffered data from a Reader. if that chunk happens to start with a newline, we weren't looking at the previously written data, which could be a cr. instead, in that case, we would always claim the cr/lf wasn't correct. the new test case triggered the behaviour before having the fix. should solve issue #129 by x8x, thanks for the report! |
||
---|---|---|
.. | ||
address.go | ||
address_test.go | ||
addrlit.go | ||
codes.go | ||
data.go | ||
data_test.go | ||
doc.go | ||
ehlo.go | ||
path.go |