[ingo] procmail script

Didi Kressnig didimp at servus.at
Fri Aug 21 13:55:08 UTC 2009


Hi,

first thanx a lot for your work.
i want to use the procmail script to sort messages in some other mailboxes 
instead of the inbox. but when i create a filter and look at "Scripts" to store
the .procmailrc at the server, the folder always is "$DEFAULT/./" instead of
the folder i selected earlier.
here is my backends.php:
$backends['procmail'] = array(
 'driver' => 'vfs',
 'preferred' => '',
 'hordeauth' => 'true',
 'params' => array(
 'hostspec' => 'mail.example.com',
 'procmailrc' => '.procmailrc',
 'port' => 21,
 'vfstype' => 'ftp',
 ),
 'script' => 'procmail',
 'scriptparams' => array(
 'path_style' => 'maildir',
 'variables' => array()
 )
);

this works so far.
if i want to create a filter named "muhh" f.e. to put all messages from 
didi at example.com into the folder didi, the procmail script that was created 
looks like:
 1: # procmail script generated by Ingo (August 21, 2009, 3:40 pm)
 2: 
 3:
 4: ##### muhh #####
 5: :0
 6: * ^From:.*didi at example\.com
 7: "$DEFAULT/./"
 8:
the folder should be didi and not "$DEFAULT/./".
this is only if i select "deliver to folder" <any folder>. all other filters 
work as expected.
do i miss something, or is this a bug?
oh, and i use the latest version of horde, imp, ingo, vacation, kronolith, 
forwards and turba.
thanx in advance for any hints.
~didi


More information about the ingo mailing list