[#10332] New ingo preference: max_forward_addresses
Summary New ingo preference: max_forward_addresses
Queue Ingo
Queue Version Git master
Type Enhancement
State Feedback
Priority 1. Low
Owners
Requester almarin (at) um (dot) es
Created 07/12/2011 (676 days ago)
Due
Updated 01/30/2013 (108 days ago)
Assigned
Resolved
Attachments ingo_max_forwards_perm_patch.tgz Download
Milestone
Patch Yes

History
01/30/2013 02:44:46 PM Jan Schneider Comment #5
Version ⇒ Git master
Reply to this comment
The patch for forward.php is emtpy.
01/30/2013 02:43:39 PM Jan Schneider Deleted Attachment: ingo-forward-max-addresses-patch.tgz
 
10/30/2012 10:57:15 AM almarin (at) um (dot) es Comment #4
New Attachment: ingo_max_forwards_perm_patch.tgz Download
Reply to this comment
A simple patch to create a new permission in ingo to allow to specify 
a maximun number of forward recipients
07/18/2011 10:12:47 AM almarin (at) um (dot) es Comment #3 Reply to this comment
You are right, it shouldn't be modeled as a preference. I don't know 
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.
07/12/2011 12:31:03 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
If this is a server-wide administrator-set limit, why do you implement 
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.
07/12/2011 11:10:35 AM almarin (at) um (dot) es Comment #1
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
Reply to this comment
Hi,

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