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
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
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
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
> 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