On Thu, 2004-11-18 at 09:28, Jeff Vian wrote: You can also try the -b <N> parameter. It will break down comminication after <N> messages downloaded and delete the messages on the server. This way, you can pinpoint the problem message
Something else you might want to try is this procmail recipe that deletes messages with Message-Ids that have already been seen (i.e. duplicate messages):
:0 Wh :msgid.lock | formail -D 10000 msgid.cache
Of course, this is masking the symptoms rather than curing the underlying problem of duplicate message delivery.
Paul.