Displaying 1 result from an estimated 1 matches for "mtgnew".
Did you mean:
mtgnews
2004 Dec 19
3
Cannot access a file with Mulberry from a dovecot server if the mail does not end with a newline character.
...n access the file with Netscape 4.8 via dovecot.
The problem is the following: I copied the file in the Maildir
directory, opened the copied file with vi and saved it.
Now, I run a diff:
| $ diff orig:2,S copy:2,S
| Warning: missing newline at end of file orig:2,S
| 12c12
| < <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
| ---
| > <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
As you can see, vi adds the newline on the last line automatically if
you save the file. Now, Mulberry/dovecot is able to read this file.
I'm not sure if this is a doveco...