Thanks Peter & Charlie. I will have to look into doing as you suggested, as I can't seem to find a suitable replacement plugin.

Tim

On 09/09/2007 2:26 PM, Charlie Brady wrote:

On Sun, 9 Sep 2007, Tim Tsai wrote:

It's silly to keep replying to myself, but here goes. I notice in smtp-forward this loop:

 for ($transaction->recipients) {
$smtp->to($_->address) or return (DECLINED, "To: Unable to queue message ($!)");
 }

this seems to suggest that if any one recipient fails, the whole transaction fails. That seems to be contrary to my experiences with mail servers. Would it be better for me to count the number of valid recipients and DECLINED or DENY only if there are no valid recipients at all?

Reply via email to