[Dbmail] importing email with utf envoded subjects

2010-10-08 Thread Kamenik, Aleksander
Hi, I have mbox files I want to import with the mailbox2dbmail tool. One mbox file equals 1 imap folder and can be over a gigabyte in size. The mbox files contain Subjects with various encodings, some are ISO-8859, some specify the encondig (Subject: =?windows-1257?Q?...) and some a mixed (seve

Re: [Dbmail] importing email with utf envoded subjects

2010-10-08 Thread Kamenik, Aleksander
> You don't have to assume anything. Character set name is written in > first > section of B|Q encoding. If character set name is not written and > subject > is not encoded, it must be in us ascii. > > utf7 is rarely used for Subject. You have utf-8 (=?utf-8?b? or =?utf- > 8?q?) > or some unicode

Re: [Dbmail] importing email with utf envoded subjects

2010-10-08 Thread Kamenik, Aleksander
> It is in UTF-8, but it is also violation of rfc822/rfc2047. Headers > must > be encoded. Computer program can't detect used character set, if sender > does not specify which character set is used. I was aware of that. However these emails exist and I can't get Outlook to change anyway. > It is

Re: [Dbmail] importing email with utf envoded subjects

2010-10-14 Thread Kamenik, Aleksander
Replying to myself. FYI. > -Original Message- > From: dbmail-boun...@dbmail.org [mailto:dbmail-boun...@dbmail.org] On > Behalf Of Kamenik, Aleksander > Sent: Friday, October 08, 2010 6:36 PM > To: DBMail mailinglist > Subject: Re: [Dbmail] importing email with ut

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread Kamenik, Aleksander
> cmd=/usr/local/sbin/dbmail-smtp -u 'dirce.richa...@gmail.com' -v > >>/var/tmp/dbmail-smtp > When this runs, the file /var/tmp/dbmail-smtp gets created, but it is > empty: Maybe verbose output is on stderr, not stdout? add 2>&1 Though I'm guessing. Regards, Aleksander Kamenik System Administra

[Dbmail] innodb tweaks

2012-05-18 Thread Kamenik, Aleksander
Hi, Has anybody done any performance and storage tests for innodb with regard to dbmail 3.0. Like using compression and partitioning on the email data tables? https://dev.mysql.com/doc/refman/5.5/en/innodb-compression.html https://dev.mysql.com/doc/refman/5.5/en/partitioning.html Also, any reco