Peter Steiner <p(_dot_)steiner(_at_)aconis(_dot_)com> writes:
When fetchmail reads this message it tells me:
reading message
p(_dot_)steiner(_at_)ACONIS(_dot_)COM@webmail.activeisp.com:1 of 9 \
(5147 octets) fetchmail: message delimiter found while scanning headers
fetchmail: timeout after 60 seconds.
I guess the pop server is broken. The problem is that these mails get stuck
in the pop server and require manual removal. It would be nice if fetchmail
could deal gracefully with them.
Can you attach gdb AFTER the message delimiter message and BEFORE the
timeout and show us the output of "backtrace"?
Try:
ps aux | grep '[f]etchmail'
to figure the process ID (like 1234), then gdb `which fetchmail`
1234. Replace 1234 by the PID you found. Use ps -ef on SysV boxes
(Solaris etc.)
Thanks.
--
Matthias Andree