Skip to content

Commit

Permalink
[mms] Fix procmail reject recipe (Bug #13060; admin@dei.unipd.it).
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 20, 2014
1 parent 4025c87 commit bbb23c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions ingo/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.1.5-git
----------

[mms] Fix procmail reject recipe (Bug #13060; admin@dei.unipd.it).


------
Expand Down
1 change: 0 additions & 1 deletion ingo/lib/Script/Procmail/Recipe.php
Expand Up @@ -126,7 +126,6 @@ public function __construct($params = array(), $scriptparams = array())
$this->_action[] = ' :0 Wh';
$this->_action[] = ' * !^FROM_DAEMON';
$this->_action[] = ' * !^X-Loop: $SENDER';
$this->_action[] = ' :0 eh';
$this->_action[] = ' | (formail -rA"X-Loop: $SENDER" \\';
$reason = $params['action-value'];
if (Horde_Mime::is8bit($reason)) {
Expand Down
4 changes: 2 additions & 2 deletions ingo/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [mms] Fix procmail reject recipe (Bug #13060; admin@dei.unipd.it).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1344,7 +1344,7 @@
<date>2014-03-10</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [mms] Fix procmail reject recipe (Bug #13060; admin@dei.unipd.it).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit bbb23c9

Please sign in to comment.