The following issue has been RESOLVED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=347 
====================================================================== 
Reported By:                aaron
Assigned To:                aaron
====================================================================== 
Project:                    DBMail
Issue ID:                   347
Category:                   general delivery
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
target:                     2.1.7 
Resolution:                 fixed
Fixed in Version:           2.1.7
====================================================================== 
Date Submitted:             11-May-06 08:46 CEST
Last Modified:              26-Jul-06 11:34 CEST
====================================================================== 
Summary:                    Parent mailboxes are not created when a nonexistent
mailbox path is the destination for a message
Description: 
In a situation where a mailbox path can be specified as the destination for
a message and it is auto-created, as from dbmail-smtp -m or from a sieve
script, the mailbox will be created with its full path name, but the
parent mailboxes won't be created. This can lead to some mail clients
showing that a mailbox is being subscribed to but its parent boxes are not
subscribed, and in fact they don't exist!

This script from Lars Kneschke alerted me to the problem:

require ["fileinto"];

if allof (header :contains "List-Id" "<ubuntu-users.lists.ubuntu.com>") {
        fileinto "Listen/Ubuntu/Users";
}

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0000298 Read-only flag on mailboxes must be res...
====================================================================== 

---------------------------------------------------------------------- 
 aaron - 12-Jun-06 04:01  
---------------------------------------------------------------------- 
Patch is moves some code around in a mildly invasive way, so it needs lots
of testing and a check suite. Posting a first draft now to keep this hot. 

---------------------------------------------------------------------- 
 aaron - 26-Jul-06 11:34  
---------------------------------------------------------------------- 
Got this in the big Sieve patch. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-May-06 08:46 aaron          New Issue                                    
20-May-06 20:21 aaron          Relationship added       related to 0000298  
12-Jun-06 04:00 aaron          File Added: dbmail-2.1-2006-06-11.diff           
        
12-Jun-06 04:01 aaron          Note Added: 0001242                          
12-Jun-06 18:24 aaron          Relationship added       child of 0000366    
26-Jul-06 11:34 aaron          target                    => 2.1.7           
26-Jul-06 11:34 aaron          Status                   new => resolved     
26-Jul-06 11:34 aaron          Fixed in Version          => 2.1.7           
26-Jul-06 11:34 aaron          Resolution               open => fixed       
26-Jul-06 11:34 aaron          Assigned To               => aaron           
26-Jul-06 11:34 aaron          Note Added: 0001316                          
======================================================================

Reply via email to