Hello

I use dbmail-2.2.17 and dbmail-lmtp to inject letters from MTA.
When I send letter with attach and original message contains:

>Content-Transfer-Encoding: base64
>Content-Type: application/octet-stream; 
name="ABC_1234_1AB-1234567890-1234567890-123456789_e6b3f132b75c479f9d97d7ae0f019136136_07_01_01.zip"
>Content-Disposition: attachment; 
filename="ABC_1234_1AB-1234567890-1234567890-123456789_e6b3f132b75c479f9d97d7ae0f019136136_07_01_01.zip"

But when I get message from dbmail and see it in MUA,  the message contains 
this in header:

>Content-Transfer-Encoding: base64
>Content-Type: application/octet-stream;
>  name*0*=iso-8859-1''ABC_1234_1AB-1234567890-1234567890-123456789_e6b3f132b;
>  name*1*=75c479f9d97d7ae0f019136136_07_01_01.zip
>Content-Disposition: attachment;
>  filename*0*=iso-8859-1''ABC_1234_1AB-1234567890-1234567890-123456789_e6b3f;
>  filename*1*=132b75c479f9d97d7ae0f019136136_07_01_01.zip

So, kmail show the name of attach as 75c479f9d97d7ae0f019136136_07_01_01.zip
Other specifical MUA's don't parse this lines at all.
Bad thing! ;(
Why dbmail-lmtp do modification of header lines????

The dbmail_headervalue table contains data without modifications!

When I send message from kmail, it generait name of attach as:

>Content-Type: text/html;
>  charset="KOI8-R";
>  name*=KOI8-
R''ABC_1234_1AB-1234567890-1234567890-123456789_e6b3f132b75c479f9d97d7ae0f019136136_07_01_01%2Ezip
>Content-Transfer-Encoding: base64
>Content-Disposition: attachment;
>  filename*=koi8-
r''ABC_1234_1AB-1234567890-1234567890-123456789_e6b3f132b75c479f9d97d7ae0f019136136_07_01_01%2Ezip

without splitting name (name*0*, name*1* and so on)


BUT!

when I use dbmail-smtp to inject message, I get message without any 
modifications!!!
and I see attach's name without problems.

How to configure dbmail-lmtp to NOT modify the header of message and mime-
parts?


--
wbw
Lapshin Oleg
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to