[Tickets #7231] Re: Amavis LDAP backend for SAM

bugs at horde.org bugs at horde.org
Mon Aug 25 21:38:24 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7231
------------------------------------------------------------------------------
  Ticket             | 7231
  Updated By         | okelet at gmail.com
  Summary            | Amavis LDAP backend for SAM
  Queue              | Sam
  Version            | HEAD
  Type               | Enhancement
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             | Horde Developers
------------------------------------------------------------------------------


okelet at gmail.com (2008-08-25 17:38) wrote:

Please add this new attribute to attributes.php so the translation for  
the text will be available:

$_attributes['amavisReminderFrequency'] = array(
     'label' => _("Reminder frequency"),
     'type' => 'enum',
     'default' => 2,
     'required' => false,
     'params' => array(array(
           '' => _("Select Value:"),
           '1' => _("Daily"),
           '2' => _("Weekly"),
           '3' => _("Weekly + Daily"),
           '4' => _("Monthly"),
           '5' => _("Monthly + Daily"),
           '6' => _("Monthly + Weekly"),
           '7' => _("Monthly + Weekly + Daily"),
     )),
);

This is not a standard attribute from the Amavis LDAP schema, but  
could be useful for sending reminders to the users about the messages  
stored in the quarintine.






More information about the bugs mailing list