6.0.0-beta1
7/11/25

[#1125] Forward procmail script not properly generated
Summary Forward procmail script not properly generated
Queue Ingo
Queue Version 1.0
Type Bug
State Resolved
Priority 2. Medium
Owners Horde Developers (at) , ben (at)
Requester curt (at) lecaptain (dot) org
Created 01/10/2005 (7487 days ago)
Due
Updated 02/09/2005 (7457 days ago)
Assigned 01/11/2005 (7486 days ago)
Resolved 02/09/2005 (7457 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/09/2005 02:59:50 PM ben Comment #3
State ⇒ Resolved
Reply to this comment
Fixed in CVS
02/09/2005 01:20:02 AM Jan Schneider Assigned to ben
 
02/07/2005 09:24:45 AM hager (at) fh-rosenheim (dot) de Comment #2 Reply to this comment
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.


01/11/2005 06:04:30 PM Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
01/10/2005 05:43:19 PM curt (at) lecaptain (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Forward procmail script not properly generated
Queue ⇒ Ingo
Reply to this comment
When you create a forward using the Ingo filter, and leave the "Keep a 
copy of messages in this account? " box unchecked, the procmail script 
that is generated does create forward and copy by default.  After 
checking that same box, the same thing happens, the message is 
forwarded and copied.  So, both checked and unchecked forward and 
copy, which is not the desired result.

Saved Queries