[exim-dev] [Bug 1126] max_rcpt=1 disables multi message deli…

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1126] max_rcpt=1 disables multi message delivery on a single connection
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1126




--- Comment #1 from Andreas Metzler <eximusers@???> 2011-06-24 07:42:56 ---
Created an attachment (id=489)
--> (http://bugs.exim.org/attachment.cgi?id=489)
suggested fix

More info + patch by Jasen:
--------------------------------
the problem seems to be the "slightly experimental code" (so called in the
source!) in deliver.c

If it sees address_count_max == 1 it doesn't try to route multiple messages
through a connection even when this would be desirable:

here's a patch that seems to work for my usage case, someone who really
understands this stuff should probably review it.

there may well be more wrong with the experimental code than just this case,
and/or my code may break other cases.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email