3.0.4 -- corruption of attachments?

When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem? Thanks! -- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com

* Marc Strapetz
When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that? Where does the "split" occur? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

* Ralf Hildebrandt
* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that? Where does the "split" occur?
I just tried forwarding a large attachment from OTRS and the attachment (3.5MB ZIP) is left intact. OTRS-3.0.4 on Apache/Mysql -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
What kind of logs do you refer to? In the system log, there is only one
line regarding the forwarded email: "
Sent email to ...' from 'syntevo Support
Where does the "split" occur?
The ZIP file seems to be split. I can forward the same email (received by an OTRS backup account) from my thunderbird over the same SMTP server without any problems. So I think it OTRS itself, not the SMTP server or any other place, where the split occurs. The problem is reproducible. -- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com On 13.01.2011 16:26, Ralf Hildebrandt wrote:
* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that? Where does the "split" occur?

* Marc Strapetz
When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
What kind of logs do you refer to? In the system log, there is only one line regarding the forwarded email: "
Mail logs!
The ZIP file seems to be split.
Can the contents still be unpacked? Or is the ZIP file broken? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
Doesn't look suspicious. Note besides the "xxx" we are also replacing authentication information by "Received: from [127.0.0.1] ..."
Can the contents still be unpacked? Or is the ZIP file broken?
The ZIP(s) are both broken and hence Google rejects (see log below).
Jan 13 15:31:34 h1315949 postfix/smtpd[20181]: connect from
xxxxxxx[xxx.xxx.xxx.xxx]
Jan 13 15:31:34 h1315949 postfix/smtpd[20181]: setting up TLS connection
from xxxxxxx[xxx.xxx.xxx.xxx]
Jan 13 15:31:34 h1315949 postfix/smtpd[20181]: Anonymous TLS connection
established from xxxxxxx[xxx.xxx.xxx.xxx]: TLSv1 with cipher
DHE-RSA-AES256-SHA (256/256 bits)
Jan 13 15:31:34 h1315949 postfix/smtpd[20181]: A7085174006:
client=xxxxxxx[xxx.xxx.xxx.xxx], sasl_method=LOGIN, sasl_username=xxx
Jan 13 15:31:35 h1315949 postfix/cleanup[17625]: A7085174006: replace:
header Received: from xxxxxxx (xxxxxxx [xxx.xxx.xxx.xxx])??(using TLSv1
with cipher DHE-RSA-AES256-SHA (256/256 bits))??(No client certificate
requested)??(Authenticated sen from xxxxxxx[xxx.xxx.xxx.xxx];
from=
* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
What kind of logs do you refer to? In the system log, there is only one line regarding the forwarded email: "
Mail logs!
The ZIP file seems to be split.
Can the contents still be unpacked? Or is the ZIP file broken?

Interestingly, an attachment with a size of 1.159.960 bytes is split into 95 attachments, all with the same name and same size (10399 bytes), except of the last one (7302 bytes). For every attachment there is also a corresponding file "Part 1.xxx" containing the email's text. -- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com On 13.01.2011 20:35, Ralf Hildebrandt wrote:
* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
What kind of logs do you refer to? In the system log, there is only one line regarding the forwarded email: "
Mail logs!
The ZIP file seems to be split.
Can the contents still be unpacked? Or is the ZIP file broken?

Hi Marc,
It's this bug: http://bugs.otrs.org/show_bug.cgi?id=6354 - it only
happens if you use the SMTPTLS mail backend.
We've already fixed it and the fix will be available in upcoming OTRS
3.0.5 which will become available next Tuesday, if all is well.
--
Mike
On Fri, Jan 14, 2011 at 11:45 AM, Marc Strapetz
Interestingly, an attachment with a size of 1.159.960 bytes is split into 95 attachments, all with the same name and same size (10399 bytes), except of the last one (7302 bytes). For every attachment there is also a corresponding file "Part 1.xxx" containing the email's text.
-- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com
On 13.01.2011 20:35, Ralf Hildebrandt wrote:
* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
What kind of logs do you refer to? In the system log, there is only one line regarding the forwarded email: "
Mail logs!
The ZIP file seems to be split.
Can the contents still be unpacked? Or is the ZIP file broken?
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

We've already fixed it and the fix will be available in upcoming OTRS 3.0.5 which will become available next Tuesday, if all is well.
I can confirm that this works now, thanks! -- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com On 15.01.2011 11:54, Michiel Beijen wrote:
Hi Marc,
It's this bug: http://bugs.otrs.org/show_bug.cgi?id=6354 - it only happens if you use the SMTPTLS mail backend. We've already fixed it and the fix will be available in upcoming OTRS 3.0.5 which will become available next Tuesday, if all is well. -- Mike
On Fri, Jan 14, 2011 at 11:45 AM, Marc Strapetz
wrote: Interestingly, an attachment with a size of 1.159.960 bytes is split into 95 attachments, all with the same name and same size (10399 bytes), except of the last one (7302 bytes). For every attachment there is also a corresponding file "Part 1.xxx" containing the email's text.
-- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com
On 13.01.2011 20:35, Ralf Hildebrandt wrote:
* Marc Strapetz
: When forwarding an email with with one ZIP attachment (16307 bytes, exported from Thunderbird), OTRS creates an email with two attachments of the same name, (9997 bytes and 4443 bytes). Is this a known problem?
Do you have logs for that?
What kind of logs do you refer to? In the system log, there is only one line regarding the forwarded email: "
Mail logs!
The ZIP file seems to be split.
Can the contents still be unpacked? Or is the ZIP file broken?
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
participants (3)
-
Marc Strapetz
-
Michiel Beijen
-
Ralf Hildebrandt