Summary | metacharacters in blacklisted address not escaped in procmail script |
Queue | Ingo |
Queue Version | 1.2.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | pas (at) unh (dot) edu |
Created | 02/18/2010 (5667 days ago) |
Due | |
Updated | 03/17/2010 (5640 days ago) |
Assigned | |
Resolved | 03/17/2010 (5640 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1.2.4 |
Patch | No |
MFB: Use preg_quote instead of quotemeta (
Bug #8875).http://git.horde.org/diff.php/ingo/docs/CHANGES?rt=horde-git&r1=7d76106c3960377c978520367292805c234e4fb1&r2=c4232e3d4d98929909c02900d62a188479d4eccd
http://git.horde.org/diff.php/ingo/lib/Script/Procmail/Recipe.php?rt=horde-git&r1=840f1b2390b7936d58b2abcafdcaec1b46fff40d&r2=c4232e3d4d98929909c02900d62a188479d4eccd
State ⇒ Resolved
Milestone ⇒ 1.2.4
Use preg_quote instead of quotemeta (
Bug #8875).http://cvs.horde.org/diff.php/ingo/docs/CHANGES?rt=horde&r1=1.55.2.140&r2=1.55.2.141&ty=u
http://cvs.horde.org/diff.php/ingo/lib/Script/procmail.php?rt=horde&r1=1.46.10.34&r2=1.46.10.35&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ metacharacters in blacklisted address not escaped in procmail script
Type ⇒ Bug
State ⇒ Unconfirmed
03|i|0iic90ae|23lma|_|wl.sr1w@message.myspace.com
In the resulting .procmailrc:
:0
* ^From:(.*\<)?03|i|mgcga08e|brja|_|wl\.sr1w@message\.myspace\.com
/dev/null
They wind up not getting any mail at all. I am just guessing, but
maybe the | characters should be escaped?