------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1126
           Summary: max_rcpt=1 disables multi message delivery on a single
                    connection
           Product: Exim
           Version: 4.72
          Platform: Other
               URL: http://bugs.debian.org/631457
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Transports
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Hello,

this is a copy of http://bugs.debian.org/631457 reported by Jasen Betts.

According to the docs the SMTP transport option max_rcpt=1 is supposed to
control how many RCPT TO: are sent for each MAIL FROM and DATA. However it
seems to control how many RCPT TO commands are sent on a single SMTP
connection.

How to reproduce:

add the follwing global setting:

 remote_max_parallel = 1

add the following settings to the remote_smtp: transport

 max_rcpt=1
 connection_max_messages = 500

and then send a single email to multiple recipients at any remote domain

exim discards the connection and opens a new one between each email,
ignoring the setting connection_max_messages = 500


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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to