[Tickets #1125] Forward procmail script not properly generated
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Feb 7 01:24:46 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1125
-----------------------------------------------------------------------
Ticket | 1125
Updated By | hager at fh-rosenheim.de
Summary | Forward procmail script not properly generated
Queue | Ingo
Version | 1.0
State | Assigned
Priority | 2. Medium
Type | Bug
Owners | Horde Developers
-----------------------------------------------------------------------
hager at fh-rosenheim.de (2005-02-07 01:24) wrote:
Hi, had the same problem.
I inserted into "procmail.php" following 2 lines to function
"Procmail_Recipe":
...
case INGO_STORAGE_ACTION_FORWARD:
$this->_action[] = '{';
foreach ($params['action-value'] as $address) {
if (!empty($address)) {
$this->_action[] = ' :0 c';
$this->_action[] = ' ! ' . $address;
}
}
/*************** Extension Ralf Hager *************/
$this->_action[] = ' :0 ';
$this->_action[] = ' /dev/null';
/*************** End Ralf Hager ************************/
$this->_action[] = '}';
break;
...
Now forwarding works in the designed way.
More information about the bugs
mailing list