6.0.0-beta1
7/4/25

[#4238] Compound header fields get truncated
Summary Compound header fields get truncated
Queue Ingo
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester selsky (at) columbia (dot) edu
Created 08/02/2006 (6911 days ago)
Due
Updated 04/22/2014 (4091 days ago)
Assigned
Resolved 08/22/2006 (6891 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/22/2006 03:20:17 PM Jan Schneider State ⇒ Resolved
 
08/02/2006 07:59:04 PM Matt Selsky Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Compound header fields get truncated
Queue ⇒ Ingo
Reply to this comment
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.

Saved Queries