6.0.0-RC7
6/30/26

[#6527] Ingo always uses INBOX.-prefix when creating sieve-script
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 3/26/08 (6670 days ago)
Due
Updated 7/15/09 (6194 days ago)
Assigned 8/20/08 (6523 days ago)
Resolved 9/1/08 (6511 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
29 waste (at) lugh (dot) ch Comment #7 Reply to this comment
Ok this seems to explain the problem: 
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.
437 waste (at) lugh (dot) ch Comment #6 Reply to this comment
Can you try if this fixed with IMP 4.2.1-RC1? You would have to save
your rules in Ingo again after updating.
Hello,



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)
1611 Jan Schneider State ⇒ No Feedback
 
95 Jan Schneider Comment #5
State ⇒ Feedback
Reply to this comment
Can you try if this fixed with IMP 4.2.1-RC1? You would have to save 
your rules in Ingo again after updating.
4310 Chuck Hagenbuch Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
379 toni (at) dingsbums (dot) org Comment #4 Reply to this comment
- 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
710 Jan Schneider Comment #3
State ⇒ Feedback
Priority ⇒ 2. Medium
Reply to this comment
- 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?
74 toni (at) dingsbums (dot) org Comment #2 Reply to this comment
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,
375 toni (at) dingsbums (dot) org Comment #1
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Ingo always uses INBOX.-prefix when creating sieve-script
Type ⇒ Bug
Priority ⇒ 3. High
Reply to this comment
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.

Saved Queries