Summary | Ingo always uses INBOX.-prefix when creating sieve-script |
Queue | Ingo |
Queue Version | 1.2-RC2 |
Type | Bug |
State | No Feedback |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | toni (at) dingsbums (dot) org |
Created | 03/26/2008 (6311 days ago) |
Due | |
Updated | 07/15/2009 (5835 days ago) |
Assigned | 08/20/2008 (6164 days ago) |
Resolved | 09/01/2008 (6152 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
http://wiki.dovecot.org/LDA/Sieve#Mailbox_names_with_fileinto
I had to set $conf['rules']['usefolderapi'] = false in the ingo
configuration, then the sieve filters work. But users obviously can't
select folders that way.
your rules in Ingo again after updating.
I have the same problem. Upgrading to IMP 4.3.4 didn't help.
I'm using:
ingo H3 (1.2.1)
horde 3.2-RC3
imp H3 (4.3.4)
State ⇒ Feedback
your rules in Ingo again after updating.
State ⇒ Assigned
imp/config/servers.php?
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143
);
imp/test.php?
NAMESPACE: "INBOX."
DELIMITER: .
TYPE: personal
State ⇒ Feedback
Priority ⇒ 2. Medium
- 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?
'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 ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Ingo always uses INBOX.-prefix when creating sieve-script
Type ⇒ Bug
Priority ⇒ 3. High
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.