Search found 4 matches

by wekal
21 Jun 2016 06:19
Forum: 3.x Bugs
Topic: After upgrade to 3.0.1.0 blank page on message view
Replies: 10
Views: 36138

Re: After upgrade to 3.0.1.0 blank page on message view

:oops:
Found it. It's in MailScanner.conf, this Setting
# When you quarantine an entire message, do you want to store it as
# raw mail queue files (so you can easily send them onto users) or
# as human-readable files (header then body in 1 file)?
Quarantine Whole Messages As Queue Files = no ...
by wekal
21 Jun 2016 05:58
Forum: 3.x Bugs
Topic: After upgrade to 3.0.1.0 blank page on message view
Replies: 10
Views: 36138

Re: After upgrade to 3.0.1.0 blank page on message view

I don't think so. I guess it is earlier in the mail flow.
Since 30th of May (perhaps I did an update this day) Mails are stored in a different way in Quarantine. The old mailsource-text-only one still works and a new binary format which doesn't.

Also the filename differs. The old working was stored ...
by wekal
08 Jun 2016 13:38
Forum: 3.x Bugs
Topic: After upgrade to 3.0.1.0 blank page on message view
Replies: 10
Views: 36138

Re: After upgrade to 3.0.1.0 blank page on message view

Hi,
now it's got weird. I've changed nothing in the configuration, but got good and bad messages from the same sender and the same recipient once readable and one time not. It's an e-commerce-process generated message, so it has the same Body-Text and only little changes in a XML attachment.

The ...
by wekal
31 May 2016 08:22
Forum: 3.x Bugs
Topic: After upgrade to 3.0.1.0 blank page on message view
Replies: 10
Views: 36138

Re: After upgrade to 3.0.1.0 blank page on message view

Hi,
I can confirm, it is still in 3.0.1.1.
I found out, that in viewmail.php the $Mail_mimeDecode = new Mail_mimeDecode($file); returns no 'body' element.
That is because in the mimeDecode Class the function _splitBodyHeader is searching for an empty line
if (preg_match("/^(.*?)\r?\n\r?\n(.*)/s ...