On 2011-01-20 09:50, Lapshin Oleg wrote:
> 
> 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


There is no difference between dbmail-lmtp and dbmail-smtp with regards
to message insertion that I'm aware of - except from handling \r\n
differently.

The message is read as a raw string, this string is parsed through
gmime, gmime's string-representation of the parsed message is inserted
into the database.

First question is: what is in the messageblks table.
Next question is: what could possibly explain the difference between
lmtp and smtp?
Final question: does 3.0-rc1 suffer from this problem?


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to