[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ELM
> If there is any mail in the mailbox, Elm dumps the session with the
> following message:
>
> Reading in /usr/spool/mail/root, message: 1
> newmbox - length of mbox. != spool mailbox length!!
Hmm, maybe a problem of text/binary mode? If your mbox uses CR+LF as
line separator, its length (determined by stat()) won't coincide with
the number of bytes read.
Thierry.
- References:
- ELM
- From: Dancer <dancer@ozspace.brisnet.org.au>