[Dbmail-dev] [DBMail 0000139]: dbmail-imapd doesn't scale nicely with large message ranges

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=139 == Reported By:aaron Assigned To:paul ===

[Dbmail-dev] [DBMail 0000139]: dbmail-imapd doesn't scale nicely with large message ranges

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=139 == Reported By:aaron Assigned To:paul ===

[Dbmail-dev] [DBMail 0000139]: dbmail-imapd doesn't scale nicely with large message ranges

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=139 == Reported By:aaron Assigned To:paul ===

[Dbmail-dev] [DBMail 0000139]: dbmail-imapd doesn't scale nicely with large message ranges

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=139 == Reported By:aaron Assigned To:paul ===

[Dbmail-dev] [DBMail 0000296]: MySQL add_header_tables.mysql

2006-03-24 Thread bugtrack
The following issue has been REOPENED. == http://www.dbmail.org/mantis/view.php?id=296 == Reported By:MagnusSundberg Assigned To:

Re: [Dbmail-dev] [DBMail 0000310]: "(User unknown)" from dbmail-smtp to all receivers when one of them have full mailbox.

2006-03-24 Thread Jesse Norell
Also you can probably make your mta deliver to only one recipient at a time (eg. in postfix, use *_destination_concurrency_limit in main.cf). On Fri, 2006-03-24 at 12:40 +0100, [EMAIL PROTECTED] wrote: > == > Summary:

[Dbmail-dev] [DBMail 0000139]: dbmail-imapd doesn't scale nicely with large message ranges

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=139 == Reported By:aaron Assigned To:paul ===

[Dbmail-dev] [DBMail 0000172]: configuration

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=172 == Reported By:matatunos Assigned To:paul ===

[Dbmail-dev] [DBMail 0000289]: ldapauth don't allow anonymous bind

2006-03-24 Thread bugtrack
The following issue has been RESOLVED. == http://dbmail.org/mantis/view.php?id=289 == Reported By:moje Assigned To:paul ==

[Dbmail-dev] [DBMail 0000310]: "(User unknown)" from dbmail-smtp to all receivers when one of them have full mailbox.

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=310 == Reported By:Alligator Assigned To: ===

[Dbmail-dev] [DBMail 0000139]: dbmail-imapd doesn't scale nicely with large message ranges

2006-03-24 Thread bugtrack
A NOTE has been added to this issue. == http://dbmail.org/mantis/view.php?id=139 == Reported By:aaron Assigned To:paul ===

[Dbmail-dev] [DBMail 0000288]: LDAP bind problem (using LDAPv2 instead of LDAPv3)

2006-03-24 Thread bugtrack
The following issue has been RESOLVED. == http://dbmail.org/mantis/view.php?id=288 == Reported By:moje Assigned To:aaron =

[Dbmail-dev] [DBMail 0000167]: Bug in migration script

2006-03-24 Thread bugtrack
The following issue has been RESOLVED. == http://dbmail.org/mantis/view.php?id=167 == Reported By:egeschwinde Assigned To:aaro

[Dbmail-dev] [DBMail 0000296]: MySQL add_header_tables.mysql

2006-03-24 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=296 == Reported By:MagnusSundberg Assigned To:

Re: [Dbmail-dev] strange translation to utf8

2006-03-24 Thread Aaron Stone
On Fri, 2006-03-24 at 09:22 +0100, Paul J Stevens wrote: [snip] > char * gmime_utils_header_encode_phrase(unsigned char *in); > > That call does a best-effort attempt at finding the right encoding for > the utf-8 string 'in', which in this case returns iso-8859-5, even > though that charset is sa

Re: [Dbmail-dev] strange translation to utf8

2006-03-24 Thread Oleg Lapshin
Paul J Stevens wrote: > During the construction of the ENVELOPE response, we need to parse the > email address headers such as From, To and Reply-to. For that we > currently use gmime's InternetAddress interface which is very good at > dealing with such data. Internally InternetAddress uses utf-8 e

Re: [Dbmail-dev] strange translation to utf8

2006-03-24 Thread Paul J Stevens
During the construction of the ENVELOPE response, we need to parse the email address headers such as From, To and Reply-to. For that we currently use gmime's InternetAddress interface which is very good at dealing with such data. Internally InternetAddress uses utf-8 encoding, while in the context