[Tickets #7343] Re: Destination rule (To,Cc,Bcc,etc) doesn't work
bugs at horde.org
bugs at horde.org
Wed Sep 17 06:33:22 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7343
------------------------------------------------------------------------------
Ticket | 7343
Updated By | falon at csi.it
Summary | Destination rule (To,Cc,Bcc,etc) doesn't work
Queue | Ingo
Version | 1.2.1
Type | Bug
State | Duplicate
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
falon at csi.it (2008-09-17 02:33) wrote:
I use imap script as backend.
$backends['imap'] = array(
'driver' => 'null',
'preferred' => '',
'hordeauth' => true,
'params' => array(),
'script' => 'imap',
'scriptparams' => array(),
'shares' => false
);
This is what is stored to mysql:
{i:0;a:4:{s:5:"field";s:19:"To,Cc,Bcc,Resent-to";s:4:"type";i:1;s:5:"match";s:8:"contains";s:5:"value";s:25:"dummy-users at dummy.org";}}s:12:"action-value";s:12:"dummy-user";s:6:"action";s:1:"2";s:4:"stop";s:1:"1";s:5:"flags";i:0;}}
Same behavior also fot other combined header rules, as:
{i:0;a:4:{s:5:"field";s:52:"To,Cc,Bcc,Resent-to,From,Sender,Reply-to,Resent-from";s:4:"type";i:1;s:5:"match";s:8:"contains";s:5:"value";s:25:"dummy-users at dummy.org";}}s:12:"action-value";s:12:"dummy-user";s:6:"action";s:1:"2";s:4:"stop";s:1:"1";s:5:"flags";i:0;}}
These filters don't apply.
If it is the same problem of procmail I apologize for duplication case.
More information about the bugs
mailing list