[Tickets #10113] Re: Cannot create procmail rules with Maildir support
bugs at horde.org
bugs at horde.org
Thu Jun 21 07:10:43 UTC 2012
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10113
------------------------------------------------------------------------------
Ticket | 10113
Aktualisiert Von | samuel.wolf at wolf-maschinenbau.de
Zusammenfassung | Cannot create procmail rules with Maildir support
Warteschlange | Ingo
Version | 2.0.1
Typ | Bug
Status | Feedback
Priorität | 3. High
Milestone |
Patch |
Zuständige | Jan Schneider
------------------------------------------------------------------------------
samuel.wolf at wolf-maschinenbau.de (2012-06-21 07:10) hat geschrieben:
> Your configuration must be totally hosed. There is no way that ingo
> can generate this mailbox name. From Ingo_Script_Procmail_Recipe:
For testing I installed Ingo 2.0.4 (Filter (ingo) 2.0.4.)
backends.local.php:
<?php
$backends['imap']['disabled'] = true;
$backends['procmail']['disabled'] = false;
$backends['procmail']['scriptparams']['path_style'] = 'maildir';
$backends['procmail']['scriptparams']['variables']['DEFAULT'] =
'$HOME/Maildir/';
$backends['procmail']['scriptparams']['variables']['VACATION_DIR'] = '$HOME';
With this config Ingo generate the following script:
1: # Von Ingo erzeugtes procmail Script (June 21, 2012, 9:05 am)
2: DEFAULT=$HOME/Maildir/
3:
4: VACATION_DIR=$HOME
5:
6: #### Neue Regel #####
7: :0
8: * ^From:.*root
9: "$DEFAULT/.Testordner.sasa/"
10:
That can not be work:
/home/user1/Maildir//.Testordner.sasa/
^^^
Where is my configuration error?
More information about the bugs
mailing list