[Tickets #2136] NEW: 'Destination' and other meta-headers like TO_ in procmail
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Jun 14 09:09:38 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2136
-----------------------------------------------------------------------
Ticket | 2136
Created By | sky at columbia.edu
Summary | 'Destination' and other meta-headers like TO_ in procmail
Queue | Ingo
Version | HEAD
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
sky at columbia.edu (2005-06-14 09:09) wrote:
Adding comma-separated headers to config/fields.php works with the sieve
driver. If this worked for the other drivers, this could be a more general
addition, instead of just for procmail:
'To,Cc,Bcc,Resent-To' => array(
'label' => _("Destination (To,Cc,Bcc,etc)"),
'type' => INGO_STORAGE_TYPE_HEADER
),
'From,Sender,Reply-To,Resent-From' => array(
'label' => _("Source (From,Reply-To,etc)"),
'type' => INGO_STORAGE_TYPE_HEADER
),
'To,Cc,Bcc,Resent-To,From,Sender,Reply-To,Resent-From' => array(
'label' => _("Participant (From,To,etc)"),
'type' => INGO_STORAGE_TYPE_HEADER
),
More information about the bugs
mailing list