Skip to content

Commit

Permalink
Bug: 14397 Cannot specify the 'h' flag when using an action block.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 29, 2016
1 parent b27a6d2 commit 0db158e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingo/lib/Script/Procmail/Recipe.php
Expand Up @@ -182,7 +182,7 @@ public function __construct($params = array(), $scriptparams = array())
$this->_action[] = ' SUBJECT=| formail -xSubject:';
$this->_action[] = '';
$this->_action[] =
' :0 Whc: ${VACATION_DIR:-.}/vacation.lock';
' :0 Wc: ${VACATION_DIR:-.}/vacation.lock';
if ($timed) {
$this->_action[] =
' * ? test $DATE -gt $START && test $END -gt $DATE';
Expand Down
2 changes: 1 addition & 1 deletion ingo/test/Ingo/Unit/ProcmailTest.php
Expand Up @@ -180,7 +180,7 @@ public function testVacationEnabled()
DUMMY=`test -f ${VACATION_DIR:-.}/\'.vacation.from@example.com\' && test $FILEDATE -le $DATE && rm ${VACATION_DIR:-.}/\'.vacation.from@example.com\'`
:0 h
SUBJECT=| formail -xSubject:
:0 Whc: ${VACATION_DIR:-.}/vacation.lock
:0 Wc: ${VACATION_DIR:-.}/vacation.lock
{
:0 Wh
* ^TO_from@example.com
Expand Down

0 comments on commit 0db158e

Please sign in to comment.