aboutsummaryrefslogtreecommitdiff
path: root/mail/horde4-ingo/files/patch-lib_Script_procmail.php
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde4-ingo/files/patch-lib_Script_procmail.php')
-rw-r--r--mail/horde4-ingo/files/patch-lib_Script_procmail.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/horde4-ingo/files/patch-lib_Script_procmail.php b/mail/horde4-ingo/files/patch-lib_Script_procmail.php
deleted file mode 100644
index ffd93ad90241..000000000000
--- a/mail/horde4-ingo/files/patch-lib_Script_procmail.php
+++ /dev/null
@@ -1,12 +0,0 @@
---- lib/Script/procmail.php.orig 2008-05-05 09:22:21.000000000 -0800
-+++ lib/Script/procmail.php 2008-06-29 16:56:12.000000000 -0800
-@@ -470,9 +470,6 @@
- $this->_action[] = '{';
- foreach ($params['action-value']['addresses'] as $address) {
- if (!empty($address)) {
-- $this->_action[] = ' FILEDATE=`test -f ${VACATION_DIR:-.}/\'.vacation.' . $address . '\' && '
-- . $this->_params['ls'] . ' -lcn --time-style=+%s ${VACATION_DIR:-.}/\'.vacation.' . $address . '\' | '
-- . 'awk \'{ print $6 + (' . $days * 86400 . ') }\'`';
- $this->_action[] = ' DATE=`' . $this->_params['date'] . ' +%s`';
- $this->_action[] = ' DUMMY=`test -f ${VACATION_DIR:-.}/\'.vacation.' . $address . '\' && '
- . 'test $FILEDATE -le $DATE && '