Problem in mailutils/movemail under FreeBSD 9.1

Matthias Andree matthias.andree at gmx.de
Mon Jul 15 06:57:31 UTC 2013


Am 12.07.2013 10:40, schrieb Olivier Nicole:
> Hi,
> 
> Since I moved my file server to 9.1, I am seeing a problem with
> mailutils/movemail:
> 
> movemail pop://on@mail.cs.ac.th file password
> 
> will hang is any message in the mailbox contains a NULL (0x00)
> character.
> 
> Thunderbird is unaffected.
> 
> movemail will hang in _tls_stream_push when mu_stream_sequential_write
> returns an error. So far I could not find the source code for
> mu_stream_sequential_write.

Can you run it under truss(1) to see what system calls it is using
around the time, or reinstall movemail under WITH_DEBUG=yes and use
gcore or attach a debugger to get a backtrace?

> If I use movemail with imap, it enters an infinite loop.
> 
> I still have to understand why there are messages with NULL inside,
> those messages appears to be manggled messages, composed of parts of
> other messages.

This might be mailbox file or file system corruption.




More information about the freebsd-ports mailing list