On Tue, 2006-06-06 at 11:30 +0400, Oleg Lapshin wrote:
> > Hello
> >
> > I download and run svn-2154 revision (after 2139)
> >
> > And I can't read all my mailboxes!
> > Some `selects` (from dbmail-logs and my own):
> 
> I found my error:
> the `name` field in database was varbinary(100) type
> I dont' know why.

It's how the column is defined in dbmail/sql/mysql/create_tables.mysql:

        name varchar(100) BINARY NOT NULL default '',

I'm not sure yet how to work around the case sensitivity issue of the
mailboxes. We need a smart way to get US-ASCII to lowercase itself while
preserving the case of the US-ASCII that is between & - pairs.

I'm sure you'll notice that any mailboxes with Russian characters are
completely broken... in fact, could you create a mailbox with some
Russian characters and post their rows from the database?

Aaron

Reply via email to