Alex Hudson wrote: > Hey Bongo users, > > A couple of words on the 0.3.0 release, mostly to do with some of the > bugs that have been uncovered. Thus far, there are a couple of good ones: > > * a segfault in the store when searches are being performed; > somewhat unobviously this also affects clients which auto-save > drafts (such as Tbird); > * you can't setup "hosted" domains (e.g., usernames like > [EMAIL PROTECTED] rather than just bob) > It seems that this would be a good thing to talk about in the UI meeting as i think it is a little hard to find. I think that: System/Setup Aliasing should be changed to be something like "Set up domains". when a new domain is added or removed two things need to happen.
1) modify the /config/queue:domains array and append (or remove) the domain to the array of strings 2) create and fill out /config/aliases/domainname.com using /config/aliases/default_config as a template the reason that domains don't get loaded right is that the setting determining what the username consists of resides in /config/aliases/* but that file will not get loaded unless there is a corresponding entry in /config/queue:domains Does this make sense? pat > > The segfault is a particularly nasty one which will manifest itself in > myriad ways, so I'm going to look to do a 0.3.1 release quite quickly - > possibly this weekend. > > r619 on SVN trunk is shaping up relatively well, though, but do let me > know about any other bugs you find! > > Thanks, > > Alex. > > > _______________________________________________ > Bongo-users mailing list > [email protected] > https://mail.gna.org/listinfo/bongo-users > > _______________________________________________ Bongo-users mailing list [email protected] https://mail.gna.org/listinfo/bongo-users
