[Tickets #13060] Wrong "Reject" recipe
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Mar 19 08:42:09 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13060
------------------------------------------------------------------------------
Ticket | 13060
Created By | admin at dei.unipd.it
Summary | Wrong "Reject" recipe
Queue | Ingo
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
admin at dei.unipd.it (2014-03-19 08:42) wrote:
fixing bug http://bugs.horde.org/ticket/7520
introduced a bug on "Reject" procmail recipe:
That's wrong:
....
:0 Wh
* !^FROM_DAEMON
* !^X-Loop: $SENDER
:0 eh
| (formail -rA"X-Loop: $SENDER" \
....
resulting in all matched messages delivered to ":0" mailbox :-{
should be:
...
:0 Wh
* !^FROM_DAEMON
* !^X-Loop: $SENDER
| (formail -rA"X-Loop: $SENDER" \
....
Please correct:
ingo/lib/Script/Procmail/Recipe.php
129d128
< $this->_action[] = ' :0 eh';
Best regards
Valerio Pulese
admin at dei.unipd.it (2014-03-19 08:42) uploaded: ingo_recipe.patch
http://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=ingo_recipe.patch&ticket=13060&fn=%2Fingo_recipe.patch
More information about the bugs
mailing list