Attached are a couple of patches for problems I have encountered
in fetchmail 5.9.6.
The first (fetchmail-gssapi-patch) just adds a couple of missing
semicolons, without which it won't compile.
The second (fetchmail-odmr-patch) makes sure that the timeout used
when opening the connection to the local SMTP server is properly
cancelled once the connection is opened for ODMR connections. Without
this if the ODMR connection goes on for longer that the timeout it
will go off and abort the connection.
This is particularly bad if you have a very large message as each
connection starts downloading it and then aborts so you never manage
to fetch it and more messages build up behind it.
Tom
--
Tom Hughes (tom(_at_)compton(_dot_)nu)
http://www.compton.nu/
fetchmail-gssapi-patch
Description: Text document
fetchmail-odmr-patch
Description: Text document