20 Aug
2012
20 Aug
'12
9:22 p.m.
On 20.8.2012, at 16.35, Andre Gröbe wrote:
it seems to me, that it depends on how dovecot handles line reading. Dovecot presumes that a line is of max length of IO_BLOCK_SIZE (=8192) Bytes.
Is there a fix so dovecot reads a line until EOL or EOF (if this is the real reason)?
Without having actually looked at the code, I'd guess you can just replace IO_BLOCK_SIZE with (size_t)-1.