Page 1 of 1

Message encoding error (?)

Posted: Mon Feb 26, 2007 6:44 am
by Axel
Since update to Scalix 11 we 've a small problem:
We must send a file which must a have a special length. With the old server everything works fine:

Code: Select all

------=_NextPart_000_0016_01C75989.C552D480
Content-Type: application/octet-stream;
        name="TDUA0001.auf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
        filename="TDUA0001.auf"

5000000100000348000TDUA0001     43665743       43665743       34364249   =
    34364249       =
000000000000TDUA000007120070223093300000000000000000000000000000000000000=
0000000000000000000079600000000112536I8000202   =
000000000000000000000000000000000                                        =

------=_NextPart_000_0016_01C75989.C552D480


Same file sent thru Scalix 11 was converted to:

Code: Select all

------=_NextPart_000_0022_01C7598E.8B61F7B0
Content-Type: application/octet-stream;
        name="TDUA0001.auf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
        filename="TDUA0001.auf"

5000000100000348000TDUA0001     43665743       43665743       34364249       3=
4364249       000000000000TDUA0000071200702230933000000000000000000000000=
000000000000000000000000000000000079600000000112536I8000202   00000000000=
0000000000000000000000                                       =20
------=_NextPart_000_0022_01C7598E.8B61F7B0


How can I correct this converting behaviour? Any idea?

Thanks for your help.