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). 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.
hmm.... This sounds like a Mailhandler/PHP issue - I'm not sure what
could be done here. Is it that imap_open() doesn't work right?