[Tickets #7117] Compound filters with procmail
bugs at horde.org
bugs at horde.org
Mon Jul 28 08:46:04 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7117
------------------------------------------------------------------------------
Ticket | 7117
Created By | tim at sig.msstate.edu
Summary | Compound filters with procmail
Queue | Ingo
Version | 1.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
tim at sig.msstate.edu (2008-07-28 04:46) wrote:
Hello.. I noticed that compound headers in Ingo (config/headers.php) such as
'To,Cc,Bcc,Resent-to' => array(
'label' => _("Destination (To,Cc,Bcc,etc)"),
'type' => INGO_STORAGE_TYPE_HEADER
doesn't get translated into the proper procmail recipe. The above
translates into:
* ^To,Cc,Bcc,Resent-to: ...
which actually wouldn't match any headers. I am guessing the best
place to fix this is in the procmail driver but I haven't had time to
look too much into it yet. Right now I just comment out the compound
headers (the special case Desitnation is all I need for procmail
anyway), but a quick test shows that changing to
'^(To|Cc|Bcc|Resent-to)' => array( ... in fields.php is a temporary
fix for procmail (but probably breaks other drivers).
Thanks,
Tim
More information about the bugs
mailing list