On Sat, 5 Mar 2005, Chris Cook wrote:
On Sat, 05 Mar 2005 12:38:36 -0800, Dan Robinson <dan@civicactions.com> wrote:
Yes - I've thought about this a bit. But the thing to remember in this particular case is that outgoing mailings are handled by ezmlm. Mailhandler sends a single email to the list and the
I would be more interested in the incoming messages (from the list to the forum).
Yeah.
My experiments trying to make this work (using either POP3 or IMPA to access a mailbox) revealed that for low traffic it works fine but when the traffic increases the imap_open() process can't keep up.
imap_open itself? What does happen?
I'd be very interested in testing your new code on my testbed if you've resolved the above issue.
I wanted to get away from this potential source of error (flaky network connections) and implemented an option to access a local file in mbox format. Can you try this? Cheers, Gerhard