[dev] ingo (procmailrc) "Reject" recipe bug

Servizi Informatici (admin) admin at dei.unipd.it
Tue Mar 18 14:06:20 UTC 2014


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



More information about the dev mailing list