Paul,

I am enclosing below the text of my queries. My application has stored an
encrypted message in a mysql database, and it calls dbmail-smtp to pass
the decrypted message to it. At this point, dbmail-smtp puts the message
into the dbmail database. I am trying to find out where the dot gets
modified, and it looks like it was around dbmail_message_to_string, which
uses g_mime_object_to_string. But I am having a hard time using TRACE. I
added to dbmail.conf 'TRACE_MESSAGE=1' but I wonder if dbmail-smtp reads
dmail.conf?

I checked the gmime version:
Excluding Packages in global exclude list
Finished
gmime-devel-2.2.10-5.fc8.i386 : Header files to develop libgmime applications
Repo        : fedora
Matched from:
Other       : gmime-devel = 2.2.10-5.fc8



gmime-sharp-2.2.10-5.fc8.i386 : mono bindings for gmime
Repo        : fedora
Matched from:
Other       : gmime-sharp = 2.2.10-5.fc8



gmime-2.2.10-5.fc8.i386 : Library for creating and parsing MIME messages
Repo        : fedora
Matched from:
Other       : gmime = 2.2.10-5.fc8



gmime-2.2.10-5.fc8.i386 : Library for creating and parsing MIME messages
Repo        : installed
Matched from:



gmime-sharp-2.2.10-5.fc8.i386 : mono bindings for gmime
Repo        : installed
Matched from:



gmime-devel-2.2.10-5.fc8.i386 : Header files to develop libgmime applications
Repo        : installed
Matched from:

Can you tell me which package matters?

Can you please clarify: in the message "your mail reader doesn't support
mime", is this an error message from the gmime library call made by
dbmail-smtp?

Thanks,
  Dirce
________________

Here is a comparison between the message content for 2.2.26 (Fedora)and
3.0-rc3 (CentOS)
I send a msg with this in the body:
3
..375%



Dbmail 2.2.26  :mysql> select * from dbmail_messageblks;
Content-Type: MULTIPART/mixed;
        boundary=MimeBoundary000000000000000000000000001
Content-Transfer-Encoding: 7BIT

 |      1396 |         1 |
|              34 |             17 | This is a MIME message. If you're
seeing this, your mail reader
probably does not support MIME-formatted messages.  Send mail to
m...@docserver.cac.washington.edu for more info.

--MimeBoundary000000000000000000000000001
Content-Type: TEXT/plain; charset="iso-8859-1"
Content-Disposition: inline
Content-Transfer-Encoding: 8BIT

3
..75%

Dbmail 3.0-rc3 :mysql> select * from dbmail_mimeparts;
Content-Type: MULTIPART/mixed;
        boundary=MimeBoundary000000000000000000000000001
Content-Transfer-Encoding: 7BIT
 | 1377 |
| 13 | e58a794d41f4ddf6323c6f70115a9bddd69bc4f1 | 3
..375%


-------------------------------------------


> On 04/19/2012 05:42 PM, drsyst...@globalcerts.net wrote:
>> Hello,
>>
>> I work on a product that uses dbmail. Our new version is running dbmail
>> 3.0 and everything is fine. But I have a customer running an old version
>> with dbmail 2.2.26, and they reported a bug that I need to produce a
>> patch
>> for.
>>
>> The symptom is: a user sends an email where the following number gets
>> split into two lines as:
>> 3
>> ..375%
>> Dbmail changes this into
>> 3
>> ..75%
>
> Please send debug messages in plain-text format (docx aint that).
>
> What version of gmime are you using? dbmail-2 requires gmime-2.0.
>
>
> I can't reproduce this problem by doing
>
> cat > testmsg << EOF
> From: nob...@foo.org
> To: testuser1@localhost
> Subject: test
> Content-Type: MULTIPART/mixed;
>         boundary=MimeBoundary000000000000000000000000001
> Content-Transfer-Encoding: 7BIT
>
> This is a MIME message. If you're
> seeing this, your mail reader
> probably does not support MIME-formatted messages.  Send mail to
> m...@docserver.cac.washington.edu for more info.
>
> --MimeBoundary000000000000000000000000001
> Content-Type: TEXT/plain; charset="iso-8859-1"
> Content-Disposition: inline
> Content-Transfer-Encoding: 8BIT
>
> 3
> ..375%
>
> --MimeBoundary000000000000000000000000001--
> EOF
>
> cat testmsg | dbmail-smtp -u testuser1
>
> mysql dbmail2
>
> mysql> select messageblk from dbmail_messageblks order by
> messageblk_idnr desc limit 1;
> +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> | messageblk
>
>
>
>
>                          |
> +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> | This is a MIME message. If you're
> seeing this, your mail reader
> probably does not support MIME-formatted messages.  Send mail to
> m...@docserver.cac.washington.edu for more info.
>
> --MimeBoundary000000000000000000000000001
> Content-Type: TEXT/plain; charset="iso-8859-1"
> Content-Disposition: inline
> Content-Transfer-Encoding: 8BIT
>
> 3
> ..375%
>
> --MimeBoundary000000000000000000000000001--
>  |
> +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> 1 row in set (0.00 sec)
>
>
>
>
>
> --
> ________________________________________________________________
> Paul J Stevens        pjstevns @ gmail, twitter, skype, linkedin
>
>   * Premium Hosting Services and Web Application Consultancy *
>
>            www.nfg.nl/i...@nfg.nl/+31.85.877.99.97
> ________________________________________________________________
> _______________________________________________
> DBmail mailing list
> DBmail@dbmail.org
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
>


_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to