masqmail
view TODO @ 75:257a9e6d1a8e
fixed correct processing of mails with data lines longer 4096 chars
Mail messages with lines longer than 4096 chars were already read
correctly, i.e. the spool files were correct. This commit fixes the
reading of spool files with long lines.
The old behavior was that the message body was truncated right
before the first line longer 4096 chars. The number comes from
MAX_DATALINE.
author | meillo@marmaro.de |
---|---|
date | Wed, 16 Jun 2010 19:06:34 +0200 |
parents | |
children | 4fb68ef566ad |
line source
1 general:
2 - look carefully were memory is not freed
3 - add forwarding support
4 - improve Mailer-Daemon error messages
5 - ODMR support
6 - temporary delivery delay notifications
8 conf:
9 - more configuration options
10 - make conf more fool proof
12 pop:
13 - multidrop support
15 lookup:
16 - optimize MX lookup
18 ...update this file from time to time...
20 ...and (you guessed it):
21 - bug fixing