
27 Oct
2004
27 Oct
'04
3:20 p.m.
On Wed, 27 Oct 2004 12:22:28 +0200, Robert Kehl
Robert Kehl schrieb:
Tyler Hepworth schrieb:
Scenario 1: It seems to occur more frequently if there is an email in the inbox that has an attachment size larger than what is allowed. Scenario 2: My email collection cron is set at 1 minute intervals. Is it possible that it can overlap if the next cron executes before the previous one is completed?
Yes, I believe so. You're pulling longer than a minute, resulting in the messagea being offered twice. Messages get deleted _after_ being completely pulled.
Solution: Use fetchmail.
Thank you for your replies. I changed the email collection time to 5 minutes instead of 1 and the problem has gone away. Tyler