[Tickets #4238] Re: Compound header fields get truncated
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Apr 22 17:53:25 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/4238
------------------------------------------------------------------------------
Ticket | 4238
Updated By | danielgrumshit at yahoo.com
Summary | Compound header fields get truncated
Queue | Ingo
Version | HEAD
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
danielgrumshit at yahoo.com (2014-04-22 17:53) wrote:
> I'm trying to make Sieve feel a little more like procmail with the magic
>
> rules like ^TO_, ^TO, etc.
>
>
>
> I added lines to ingo/config/fields.php like this:
>
>
>
> '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
>
> ),
>
>
>
> This works fine in Ingo 1.0.2, but in FRAMWORK_3/HEAD the headers
>
> "To,Cc,Bcc,Resent-To" get turned into "To, c, cc, esent-To". Note the
>
> missing first letter of each header after the first.
>
>
>
> This seems related to the fix for bug 3313.
> new invoice
> Job
> $320.25
More information about the bugs
mailing list