| Summary | Also not succesful sent mails are count for max_timelimit |
| Queue | IMP |
| Queue Version | 6.2.3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | martin.schuhmann (at) uni-wuerzburg (dot) de |
| Created | 12/11/2014 (4004 days ago) |
| Due | |
| Updated | 12/20/2014 (3995 days ago) |
| Assigned | |
| Resolved | 12/20/2014 (3995 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Assigned to Michael Slusarz
State ⇒ Resolved
commit be99255f6b85369a473dafd45f3b90196a020b28
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Dec 20 13:55:51 2014 -0700
[mms] Only count successful compose mails when determining
recipient limits (
Bug #13751).Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/docs/CHANGES | 8 ++++++++
imp/lib/Sentmail/Mongo.php | 1 +
imp/lib/Sentmail/Sql.php | 7 +++++--
imp/package.xml | 13 +++++++++++++
4 files changed, 27 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/be99255f6b85369a473dafd45f3b90196a020b28
commit 2ae438bf712d83165aab8fbe57eddfa2b1e73552
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Dec 20 13:55:51 2014 -0700
[mms] Only count successful compose mails when determining
recipient limits (
Bug #13751).imp/docs/CHANGES | 2 ++
imp/lib/Sentmail/Mongo.php | 1 +
imp/lib/Sentmail/Sql.php | 7 +++++--
imp/package.xml | 4 ++--
4 files changed, 10 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/2ae438bf712d83165aab8fbe57eddfa2b1e73552
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Also not succesful sent mails are count for max_timelimit
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
because they had more max_recipients than allowed) are counted.
In my opinion only successful sent mail should count for 'numberOfRecipients'.
thx
Martin