Summary | New permission: max_forward_addresses |
Queue | Ingo |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | almarin (at) um (dot) es |
Created | 07/12/2011 (5109 days ago) |
Due | |
Updated | 02/12/2014 (4163 days ago) |
Assigned | |
Resolved | 02/12/2014 (4163 days ago) |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
Summary ⇒ New permission: max_forward_addresses
State ⇒ Resolved
Patch ⇒ No
commit 6cddba4001f1eecbb9ddba97e8a2cfa6be85b777
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 11 17:45:22 2014 -0700
[mms] Add 'max_forward' permission (
Request #10332).ingo/docs/CHANGES | 1 +
ingo/docs/UPGRADING | 1 +
ingo/lib/Perms.php | 4 ++++
ingo/lib/Storage/Forward.php | 16 +++++++++++++++-
ingo/package.xml | 1 +
5 files changed, 22 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6cddba4001f1eecbb9ddba97e8a2cfa6be85b777
Version ⇒ Git master
New Attachment: ingo_max_forwards_perm_patch.tgz
a maximun number of forward recipients
too much the new permission system, but maybe the better way to
implement this functionality would be a script-specific param. As far
as i know, this limitation of number of forward recipients is a
"sieve" feature, so this should be checked and implemented inside the
sieve filter according to a parameter specified in key 'scriptparams'
of the backend.
From my point of view it could be a nice enhancement, but i can't
develop a patch so it's up to you to keep this ticket open.
Regards.
State ⇒ Feedback
that as a preference? If this is supposed to get into Ingo 2 (we won't
add any new features to Ingo 1), this should be implemented as a
permission instead.
State ⇒ New
New Attachment: ingo-forward-max-addresses-patch.tgz
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ New ingo preference: max_forward_addresses
Type ⇒ Enhancement
Priority ⇒ 1. Low
We are using Ingo to store forward filters with sieve driver. We have
limited in our mail servers the maximum number of addresses to
forward, but Ingo allows to indicate any number of addresses to forward.
We have developed a patch including a new preference called
max_forward_addresses in ingo prefs, to check it before store the
filters. I don't know if it could be a interesting functionality to
port to Horde 4.
Regards