On Thu, 2 Aug 2007, Jimmy Phelan :: Blacknight Solutions wrote: > They have a single POP3 account setup as a catchall account. However there > is an issue with this. If you send a single email to [EMAIL PROTECTED] and > [EMAIL PROTECTED] only a single message is delivered. This unfortunately > breaks the getmail app, it sees the single email, but it is trying to > deliver the message to the two valid users on its side (blah and blah2)
If Exim is doing the delivery using a local transport, it should do multiple copies by default for an appendfile or pipe transport. This can be changed using batch_max. Check if you have set that by mistake. If using the smtp transport, check the max_rcpt option. And note what the OP said about getting the address from To: and Cc:. Make sure you use envelope_to_add on the transport and use the header that it adds. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
