[Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread drsystems
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

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread Reindl Harald
http://git.dbmail.eu/paul/dbmail/commit/?id=608eb6ce25b3522085facd8a42f78f14f425c120 Am 19.04.2012 17:42, schrieb drsyst...@globalcerts.net: > 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 vers

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread drsystems
Hi, For what I can find, your pointer is for code in dbmail 3.0. When I search for this code in dbmail 2.2.26, I can't find any references to 'tokenizer' or 'parser_state'. I imagine that some of this was re-written for 3.0. I am hoping to be able to patch the code in 2.2.26. Do you know if this

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread drsystems
Hi, I am trying to turn on the debugging trace on 2.2.26 to try to figure out where the dots are getting incorrectly changed. The program dbmail-smtp gets called from a php file. Here is the output on my http client: cmd=/usr/local/sbin/dbmail-smtp -u 'dirce.richa...@gmail.com' -v >>/var/tmp/db

Re: [Dbmail] problem with 'dot' on Dbmail 2.2.26

2012-04-19 Thread Kamenik, Aleksander
> cmd=/usr/local/sbin/dbmail-smtp -u 'dirce.richa...@gmail.com' -v > >>/var/tmp/dbmail-smtp > When this runs, the file /var/tmp/dbmail-smtp gets created, but it is > empty: Maybe verbose output is on stderr, not stdout? add 2>&1 Though I'm guessing. Regards, Aleksander Kamenik System Administra