| Summary | Ingo always uses INBOX.-prefix when creating sieve-script |
| Queue | Ingo |
| Queue Version | 1.2-RC2 |
| Type | Bug |
| State | Assigned |
| Priority | 2. Medium |
| Owners | Horde Developers |
| Requester | toni (at) dingsbums (dot) org |
| Created | 03/26/2008 (46 days ago) |
| Due | |
| Updated | 04/23/2008 (18 days ago) |
| Assigned | 04/23/2008 (18 days ago) |
| Resolved | |
| Attachments | |
| Milestone | |
| Patch |
Assigned to
> - Which IMAP server do you use?
Dovecot-imapd/etch 1.0.rc15-2etch4
> - Is IMP working without any problems?
I didn't experience any problems until now.
> - Did you add an 'imap_config' entry for your IMAP server in
> imp/config/servers.php?
I use the following configuration:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143
);
> - What is the namespace output when testing your IMAP server with
> imp/test.php?
Namespace Information
NAMESPACE: "INBOX."
DELIMITER: .
TYPE: personal
Priority ⇒ 2. Medium
State ⇒ Feedback
- Which IMAP server do you use?- Is IMP working without any problems?
- Did you add an 'imap_config' entry for your IMAP server in imp/config/servers.php?
- What is the namespace output when testing your IMAP server with imp/test.php?
something like in maildrop backend configuration could perhaps be a solution:
'script' => 'maildrop',
'scriptparams' => array(
// What path style does the IMAP server use ['mbox'|'maildir']?
'path_style' => 'maildir',
// Strip 'INBOX.' from the beginning of folder names in generated
// scripts?
'strip_inbox' => true,
Patch ⇒
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Ingo always uses INBOX.-prefix when creating sieve-script
Type ⇒ Bug
Priority ⇒ 3. High
State ⇒ Unconfirmed
When creating a new sieve script with a rule to move messages to an existing top level folder beneath INBOX, ingo always ads an INBOX.-prefix. For Subfolders of INBOX it ads INBOX.INBOX. as prefix. The default spam-rules are correct.
See http://article.gmane.org/gmane.comp.horde.ingo/2697 for an example-script.