The branch "master" has been updated. The following is a summary of the commits.
from: 219ba1a61704d4f60be66544396fd76692c8006f 9b2d21b phpdoc aca52bf [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659). 830d8d8 Released Horde_Smtp-1.2.2 1a7681f Development mode for Horde_Smtp-1.2.3 ----------------------------------------------------------------------- commit 9b2d21b231caf0df664bbfdeb7c3d91f8e7f3eca Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:40:10 2013 -0600 phpdoc framework/Smtp/lib/Horde/Smtp.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/9b2d21b231caf0df664bbfdeb7c3d91f8e7f3eca ----------------------------------------------------------------------- commit aca52bf6d1e07b04ec77d6bb61af8e5a6111c192 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:41:43 2013 -0600 [mms] Fix aborting a pipelined DATA command if only a subset of recipients were rejected (Bug #12659). See: http://www.imc.org/ietf-smtp/mail-archive/msg02687.html The RFC 2920 text is a bit vague. Servers must issue a 554 if ALL recipients are rejected. This might not happen until after the DATA command is sent though (which is why we were sending empty DATA data). Unfortunately, *partial* rejection of recipients will NOT abort the DATA command. Since we don't pre-verify mail recipients, we want to catch the case if ANY recipients are bad, since the user generally is expecting that all e-mail addresses provided will have the message sent to. This means we can't pipeline DATA. framework/Smtp/lib/Horde/Smtp.php | 49 ++++++++++++++++++------------------- framework/Smtp/package.xml | 2 + 2 files changed, 26 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/aca52bf6d1e07b04ec77d6bb61af8e5a6111c192 ----------------------------------------------------------------------- commit 830d8d8c951b5b646017a07d8b859c7cb57b3364 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:55:08 2013 -0600 Released Horde_Smtp-1.2.2 framework/Smtp/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/830d8d8c951b5b646017a07d8b859c7cb57b3364 ----------------------------------------------------------------------- commit 1a7681f63130af6675662f08ad648b235bfd07e2 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 5 10:55:08 2013 -0600 Development mode for Horde_Smtp-1.2.3 framework/Smtp/package.xml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/1a7681f63130af6675662f08ad648b235bfd07e2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
