[Tickets #10113] Re: Cannot create procmail rules with Maildir support

bugs at horde.org bugs at horde.org
Thu Jun 21 05:42:36 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10113
------------------------------------------------------------------------------
  Ticket             | 10113
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Cannot create procmail rules with Maildir support
  Queue              | Ingo
  Version            | 2.0.1
  Type               | Bug
  State              | Feedback
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2012-06-20 23:42) wrote:

> Ingo generate now wrong rules:
> /home/user/Maildir//.Folder1.Subfolder/

Your configuration must be totally hosed.  There is no way that ingo  
can generate this mailbox name.  From Ingo_Script_Procmail_Recipe:

         if (isset($this->_params) &&
             ($this->_params['path_style'] == 'maildir')) {
             if (substr($folder, 0, 6) == 'INBOX.') {
                 $folder = substr($folder, 6);
             }
             return '".' . escapeshellcmd($folder) . '/"';
         }

There is no possible way in the code that  anything can be prepended  
before the '.'.





More information about the bugs mailing list