ingo (procmailrc) "Reject" recipe bug
"Servizi Informatici (admin)" <[email protected]>
| Newsgroups | gmane.comp.horde.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Ingo developers (Jan?)
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
@129
$this->_action[] = ' :0 eh';
129d128
< $this->_action[] = ' :0 eh';
Best regards
Valerio Pulese
--
dev mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]