6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/22/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4238] Compound header fields get truncated
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ,. ..___.. . [__) \./ |\/| _/ \ / | | | |./__. \/
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.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers