Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: DBMail: dev

[SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8

 

 

DBMail dev RSS feed   Index | Next | Previous | View Threaded


paul at nfg

Sep 18, 2009, 12:16 AM

Post #1 of 14 (2564 views)
Permalink
[SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Paul's DBMail tree".

The branch, master has been updated
via 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 (commit)
via d134e3c3640e9015bd072cf493f7dbc0feecd86f (commit)
via 2b3944f4e9617388910a851b9d964b3e859c4099 (commit)
via a5a4292bbc18d17bb81b617afe97b975edc42664 (commit)
via bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7 (commit)
from 3ba0c847a87744ad543e5c23e4500b65f0da4d60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
Author: Paul J Stevens <paul [at] nfg>
Date: Fri Sep 18 09:16:01 2009 +0200

do not fail if a content-type=message/* doesn't contain a message (bug #800)

commit d134e3c3640e9015bd072cf493f7dbc0feecd86f
Author: Jonathan Feally <vulture [at] netvulture>
Date: Wed Sep 16 07:10:39 2009 -0700

fix call to getnameinfo to use correct addr_len

Signed-off-by: Paul J Stevens <paul [at] nfg>

commit 2b3944f4e9617388910a851b9d964b3e859c4099
Author: Jonathan Feally <vulture [at] netvulture>
Date: Tue Sep 15 18:31:29 2009 -0700

getaddrinfo workover to allow for multiple addresses to be bound when dealing with an address that resolves to multiple addresses. Also puts the SO_REUSEADDR back in.

Signed-off-by: Paul J Stevens <paul [at] nfg>

commit a5a4292bbc18d17bb81b617afe97b975edc42664
Author: Paul J Stevens <paul [at] nfg>
Date: Thu Sep 17 17:01:13 2009 +0200

more volatile

commit bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7
Author: Paul J Stevens <paul [at] nfg>
Date: Thu Sep 17 17:00:53 2009 +0200

add new testcase

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

Summary of changes:
dbmail.conf | 5 ++-
src/dbmail-message.c | 32 +++++++------
src/dbmailtypes.h | 6 ++-
src/dm_db.c | 6 +-
src/server.c | 116 +++++++++++++++++++++++++-------------------
test/check_dbmail.h | 9 ++++
test/check_dbmail_imapd.c | 21 +++++++-
7 files changed, 123 insertions(+), 72 deletions(-)


hooks/post-receive
--
Paul's DBMail tree
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 18, 2009, 1:31 AM

Post #2 of 14 (2467 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

Howdy Paul,
Allow me, your change for #800, it's the same as the changes Jon did for
this case too?



> -----Original Message-----
> From: dbmail-dev-bounces [at] dbmail [mailto:dbmail-dev-
> bounces [at] dbmail] On Behalf Of Paul J Stevens
> Sent: sexta-feira, 18 de Setembro de 2009 8:16
> To: dbmail-dev [at] dbmail
> Subject: [Dbmail-dev] [SCM]Paul's DBMail tree branch, master, updated.
> 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
>
> This is an automated email from the git hooks/post-receive script. It
> was
> generated because a ref change was pushed to the repository containing
> the project "Paul's DBMail tree".
>
> The branch, master has been updated
> via 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 (commit)
> via d134e3c3640e9015bd072cf493f7dbc0feecd86f (commit)
> via 2b3944f4e9617388910a851b9d964b3e859c4099 (commit)
> via a5a4292bbc18d17bb81b617afe97b975edc42664 (commit)
> via bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7 (commit)
> from 3ba0c847a87744ad543e5c23e4500b65f0da4d60 (commit)
>
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
>
> - Log -----------------------------------------------------------------
> commit 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
> Author: Paul J Stevens <paul [at] nfg>
> Date: Fri Sep 18 09:16:01 2009 +0200
>
> do not fail if a content-type=message/* doesn't contain a message
> (bug #800)
>
> commit d134e3c3640e9015bd072cf493f7dbc0feecd86f
> Author: Jonathan Feally <vulture [at] netvulture>
> Date: Wed Sep 16 07:10:39 2009 -0700
>
> fix call to getnameinfo to use correct addr_len
>
> Signed-off-by: Paul J Stevens <paul [at] nfg>
>
> commit 2b3944f4e9617388910a851b9d964b3e859c4099
> Author: Jonathan Feally <vulture [at] netvulture>
> Date: Tue Sep 15 18:31:29 2009 -0700
>
> getaddrinfo workover to allow for multiple addresses to be bound
> when dealing with an address that resolves to multiple addresses. Also
> puts the SO_REUSEADDR back in.
>
> Signed-off-by: Paul J Stevens <paul [at] nfg>
>
> commit a5a4292bbc18d17bb81b617afe97b975edc42664
> Author: Paul J Stevens <paul [at] nfg>
> Date: Thu Sep 17 17:01:13 2009 +0200
>
> more volatile
>
> commit bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7
> Author: Paul J Stevens <paul [at] nfg>
> Date: Thu Sep 17 17:00:53 2009 +0200
>
> add new testcase
>
> -----------------------------------------------------------------------
>
> Summary of changes:
> dbmail.conf | 5 ++-
> src/dbmail-message.c | 32 +++++++------
> src/dbmailtypes.h | 6 ++-
> src/dm_db.c | 6 +-
> src/server.c | 116 +++++++++++++++++++++++++------------
> -------
> test/check_dbmail.h | 9 ++++
> test/check_dbmail_imapd.c | 21 +++++++-
> 7 files changed, 123 insertions(+), 72 deletions(-)
>
>
> hooks/post-receive
> --
> Paul's DBMail tree
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev [at] dbmail
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


paul at nfg

Sep 18, 2009, 1:48 AM

Post #3 of 14 (2469 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

I wasn't aware of his change.

Jorge Bastos wrote:
> Howdy Paul,
> Allow me, your change for #800, it's the same as the changes Jon did for
> this case too?
>
>
>
>> -----Original Message-----
>> From: dbmail-dev-bounces [at] dbmail [mailto:dbmail-dev-
>> bounces [at] dbmail] On Behalf Of Paul J Stevens
>> Sent: sexta-feira, 18 de Setembro de 2009 8:16
>> To: dbmail-dev [at] dbmail
>> Subject: [Dbmail-dev] [SCM]Paul's DBMail tree branch, master, updated.
>> 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
>>
>> This is an automated email from the git hooks/post-receive script. It
>> was
>> generated because a ref change was pushed to the repository containing
>> the project "Paul's DBMail tree".
>>
>> The branch, master has been updated
>> via 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 (commit)
>> via d134e3c3640e9015bd072cf493f7dbc0feecd86f (commit)
>> via 2b3944f4e9617388910a851b9d964b3e859c4099 (commit)
>> via a5a4292bbc18d17bb81b617afe97b975edc42664 (commit)
>> via bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7 (commit)
>> from 3ba0c847a87744ad543e5c23e4500b65f0da4d60 (commit)
>>
>> Those revisions listed above that are new to this repository have
>> not appeared on any other notification email; so we list those
>> revisions in full, below.
>>
>> - Log -----------------------------------------------------------------
>> commit 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
>> Author: Paul J Stevens <paul [at] nfg>
>> Date: Fri Sep 18 09:16:01 2009 +0200
>>
>> do not fail if a content-type=message/* doesn't contain a message
>> (bug #800)
>>
>> commit d134e3c3640e9015bd072cf493f7dbc0feecd86f
>> Author: Jonathan Feally <vulture [at] netvulture>
>> Date: Wed Sep 16 07:10:39 2009 -0700
>>
>> fix call to getnameinfo to use correct addr_len
>>
>> Signed-off-by: Paul J Stevens <paul [at] nfg>
>>
>> commit 2b3944f4e9617388910a851b9d964b3e859c4099
>> Author: Jonathan Feally <vulture [at] netvulture>
>> Date: Tue Sep 15 18:31:29 2009 -0700
>>
>> getaddrinfo workover to allow for multiple addresses to be bound
>> when dealing with an address that resolves to multiple addresses. Also
>> puts the SO_REUSEADDR back in.
>>
>> Signed-off-by: Paul J Stevens <paul [at] nfg>
>>
>> commit a5a4292bbc18d17bb81b617afe97b975edc42664
>> Author: Paul J Stevens <paul [at] nfg>
>> Date: Thu Sep 17 17:01:13 2009 +0200
>>
>> more volatile
>>
>> commit bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7
>> Author: Paul J Stevens <paul [at] nfg>
>> Date: Thu Sep 17 17:00:53 2009 +0200
>>
>> add new testcase
>>
>> -----------------------------------------------------------------------
>>
>> Summary of changes:
>> dbmail.conf | 5 ++-
>> src/dbmail-message.c | 32 +++++++------
>> src/dbmailtypes.h | 6 ++-
>> src/dm_db.c | 6 +-
>> src/server.c | 116 +++++++++++++++++++++++++------------
>> -------
>> test/check_dbmail.h | 9 ++++
>> test/check_dbmail_imapd.c | 21 +++++++-
>> 7 files changed, 123 insertions(+), 72 deletions(-)
>>
>>
>> hooks/post-receive
>> --
>> Paul's DBMail tree
>> _______________________________________________
>> Dbmail-dev mailing list
>> Dbmail-dev [at] dbmail
>> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev [at] dbmail
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>


--
________________________________________________________________
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 [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 18, 2009, 1:53 AM

Post #4 of 14 (2470 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

> I wasn't aware of his change.
>

Hum, confirm me then,
Your fix fixes the problem also, correct?

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


vulture at netvulture

Sep 18, 2009, 1:56 AM

Post #5 of 14 (2477 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

You can see the additional debugging on my commit. I tried to solve the
insertion problem a different way, so just removing my else if for
message/disposition-notification should give you all the additional
debugging TRACE's and also fixes message insertion problems to return a
430 instead of a 511. I'll leave that commit up there for a while if you
want to extract those TRACE's and the 430 fix

-Jon
Paul J Stevens wrote:
> I wasn't aware of his change.
>
> Jorge Bastos wrote:
>
>> Howdy Paul,
>> Allow me, your change for #800, it's the same as the changes Jon did for
>> this case too?
>>
>>
>>
>>
>>> -----Original Message-----
>>> From: dbmail-dev-bounces [at] dbmail [mailto:dbmail-dev-
>>> bounces [at] dbmail] On Behalf Of Paul J Stevens
>>> Sent: sexta-feira, 18 de Setembro de 2009 8:16
>>> To: dbmail-dev [at] dbmail
>>> Subject: [Dbmail-dev] [SCM]Paul's DBMail tree branch, master, updated.
>>> 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
>>>
>>> This is an automated email from the git hooks/post-receive script. It
>>> was
>>> generated because a ref change was pushed to the repository containing
>>> the project "Paul's DBMail tree".
>>>
>>> The branch, master has been updated
>>> via 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 (commit)
>>> via d134e3c3640e9015bd072cf493f7dbc0feecd86f (commit)
>>> via 2b3944f4e9617388910a851b9d964b3e859c4099 (commit)
>>> via a5a4292bbc18d17bb81b617afe97b975edc42664 (commit)
>>> via bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7 (commit)
>>> from 3ba0c847a87744ad543e5c23e4500b65f0da4d60 (commit)
>>>
>>> Those revisions listed above that are new to this repository have
>>> not appeared on any other notification email; so we list those
>>> revisions in full, below.
>>>
>>> - Log -----------------------------------------------------------------
>>> commit 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8
>>> Author: Paul J Stevens <paul [at] nfg>
>>> Date: Fri Sep 18 09:16:01 2009 +0200
>>>
>>> do not fail if a content-type=message/* doesn't contain a message
>>> (bug #800)
>>>
>>> commit d134e3c3640e9015bd072cf493f7dbc0feecd86f
>>> Author: Jonathan Feally <vulture [at] netvulture>
>>> Date: Wed Sep 16 07:10:39 2009 -0700
>>>
>>> fix call to getnameinfo to use correct addr_len
>>>
>>> Signed-off-by: Paul J Stevens <paul [at] nfg>
>>>
>>> commit 2b3944f4e9617388910a851b9d964b3e859c4099
>>> Author: Jonathan Feally <vulture [at] netvulture>
>>> Date: Tue Sep 15 18:31:29 2009 -0700
>>>
>>> getaddrinfo workover to allow for multiple addresses to be bound
>>> when dealing with an address that resolves to multiple addresses. Also
>>> puts the SO_REUSEADDR back in.
>>>
>>> Signed-off-by: Paul J Stevens <paul [at] nfg>
>>>
>>> commit a5a4292bbc18d17bb81b617afe97b975edc42664
>>> Author: Paul J Stevens <paul [at] nfg>
>>> Date: Thu Sep 17 17:01:13 2009 +0200
>>>
>>> more volatile
>>>
>>> commit bd51702d4ad14331b1e05a35d9d7c5e0da49c9f7
>>> Author: Paul J Stevens <paul [at] nfg>
>>> Date: Thu Sep 17 17:00:53 2009 +0200
>>>
>>> add new testcase
>>>
>>> -----------------------------------------------------------------------
>>>
>>> Summary of changes:
>>> dbmail.conf | 5 ++-
>>> src/dbmail-message.c | 32 +++++++------
>>> src/dbmailtypes.h | 6 ++-
>>> src/dm_db.c | 6 +-
>>> src/server.c | 116 +++++++++++++++++++++++++------------
>>> -------
>>> test/check_dbmail.h | 9 ++++
>>> test/check_dbmail_imapd.c | 21 +++++++-
>>> 7 files changed, 123 insertions(+), 72 deletions(-)
>>>
>>>
>>> hooks/post-receive
>>> --
>>> Paul's DBMail tree
>>> _______________________________________________
>>> Dbmail-dev mailing list
>>> Dbmail-dev [at] dbmail
>>> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>>>
>> _______________________________________________
>> Dbmail-dev mailing list
>> Dbmail-dev [at] dbmail
>> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>>
>>
>
>
>


--
Scanned for viruses and dangerous content by MailScanner

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


vulture at netvulture

Sep 18, 2009, 1:58 AM

Post #6 of 14 (2472 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

His change fixes the insertion, but not the 511. So the 511 could still
rear its head if message insertion fails. I'll let Paul pick and choose
on this.
-Jon

Jorge Bastos wrote:
>> I wasn't aware of his change.
>>
>>
>
> Hum, confirm me then,
> Your fix fixes the problem also, correct?
>
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev [at] dbmail
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev
>
>


--
Scanned for viruses and dangerous content by MailScanner

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 18, 2009, 2:00 AM

Post #7 of 14 (2472 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

> You can see the additional debugging on my commit. I tried to solve the
> insertion problem a different way, so just removing my else if for
> message/disposition-notification should give you all the additional
> debugging TRACE's and also fixes message insertion problems to return a
> 430 instead of a 511. I'll leave that commit up there for a while if
> you
> want to extract those TRACE's and the 430 fix
>
> -Jon

Jon,
I tested Paul's change to see how the receipt appeared on MSO and RC.
Moving back to your tree to get this extra debug info.
When I have something will continue this thread.
(thanks again :-) )

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


paul at nfg

Sep 18, 2009, 2:01 AM

Post #8 of 14 (2470 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

Jorge Bastos wrote:
>> I wasn't aware of his change.
>>
>
> Hum, confirm me then,
> Your fix fixes the problem also, correct?

Yes, it does.


--
________________________________________________________________
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 [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 19, 2009, 4:09 AM

Post #9 of 14 (2438 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

> His change fixes the insertion, but not the 511. So the 511 could still
> rear its head if message insertion fails. I'll let Paul pick and choose
> on this.
> -Jon

Jon,
All days this situation happened about 15/20 times +-, and yesterday it
didn't happened even once! :-)
So I have no debug info for you about the 511 code error.

Thanks once again both of you!

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 24, 2009, 2:46 AM

Post #10 of 14 (2362 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

> His change fixes the insertion, but not the 511. So the 511 could still
> rear its head if message insertion fails. I'll let Paul pick and choose
> on this.
> -Jon

Paul (and Jon),
Let me ask you the following,
The fix for bug #800, I believe it's more correct on the Jon's fix.

Allow me to expose my tests:

The read receipts on Jon's fix, look like the attach file named
"read_jon.txt".
Your (Paul) read receipts look like the attach file named "read_paul.txt".

Why do I say that Jon's fix is the correct one?
If you see the files, on the button, the read receipt from Jon contains an
extra header that should exist, and is sent by MSO.
That is being suppressed by your fix, and should not.

In the attach screenshot, the last line shows the correct icon for the read
receipt, that is from the extra mime part that exists on the Jon's fix,
suppressed by your fix.

Can I ask you to fix this Paul?

Thanks,
Jorge,
Attachments: read_jon.txt (2.78 KB)
  read_visual.JPG (10.7 KB)
  read_paul.txt (2.51 KB)


mysql.jorge at decimal

Sep 24, 2009, 4:06 AM

Post #11 of 14 (2352 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

>
> Why do I say that Jon's fix is the correct one?
> If you see the files, on the button, the read receipt from Jon contains
> an extra header that should exist, and is sent by MSO.
> That is being suppressed by your fix, and should not.
>

Typo, when I said "extra header" I meant to say extra mime-part.

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


paul at nfg

Sep 24, 2009, 4:20 AM

Post #12 of 14 (2355 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

Jorge Bastos wrote:

> Can I ask you to fix this Paul?

No problem. These are much better test messages than the one I saw before.



--
________________________________________________________________
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 [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 24, 2009, 5:35 AM

Post #13 of 14 (2355 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

> Jorge Bastos wrote:
>
> > Can I ask you to fix this Paul?
>
> No problem. These are much better test messages than the one I saw
> before.
>

Thank you Paul!

I haven't test your last fix today but I'm sure it's OK.
I'll report its success later tonight!

Jorge,

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev


mysql.jorge at decimal

Sep 24, 2009, 5:51 AM

Post #14 of 14 (2352 views)
Permalink
Re: [SCM]Paul's DBMail tree branch, master, updated. 5edbeccf3c6785ff8ab8453c1b227bddfdb418c8 [In reply to]

> Thank you Paul!
>
> I haven't test your last fix today but I'm sure it's OK.
> I'll report its success later tonight!

Ok I already did since we're in lunch time.
It's perfect!

Thanks Paul.

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev [at] dbmail
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

DBMail dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.