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://[email protected] 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
