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
> 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
> 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
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
> 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
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