November 5th 2008 PST
Hello everyone, Really really soon now, I'd like to do the following: Release Dada Mail 3.0.1 3.0.1 is a bug-fix only release of Dada Mail and comprises as many bugfixes from the snapshots I've been posting as possible, without touching the html templates, configuration or outside configuration examples in any real way and doesn't change the public API of Dada Mail. This is to make upgrading as easy and painless as possible, in hopes that a whole lot of people will upgrade. Release Dada Mail 3.1.0 alpha 1 ...Continue Reading
November 4th 2008 PST
Here it is: http://downloads.sourceforge.net/mojomail/dada-3_1_0-pre_snapshot-11_05_08.tar.gz?use_mirror= http://downloads.sourceforge.net/mojomail/dada-3_1_0-pre_snapshot-11_05_08.zip?use_mirror= If you're having trouble with mass mailing, this is the release to try out. There are just so many fixes put in, that it's worth the headache of testing it out. Performance of Dada Mail should also be much, much better, no matter what you're doing. Here are the bugs related to this particular snapshot: � 2222381 ...Continue Reading
November 4th 2008 PST
(Here's that message that didn't show up correctly - I've put in my reply, already) > From: "John Collins" > Date: November 4, 2008 3:12:08 PM MST > To: "Dada Mail Developers" > Subject: Re: dadadev Re: List Restarting - Progress Report (goofed > on the example) > > ...Continue Reading
November 4th 2008 PST
You're close- It sent to the whole list of 19000+ with only server error and that was right as it started. It did stall a couple of times, sometimes for more than a minute, but eventually reloaded and continued on. Sending to the whole list took about 2 hours. (I used to send it in about one hour on 2.10.16 with a flat file DB and no external configs) So here's what happened... To assure that the tests were on equal footing, I had Westhost reset the mysql connection to default. Then I created a short ...Continue Reading
November 4th 2008 PST
Wow, thanks. I see the timestamp on the email is 410am, so you were really into it. Easy fix on this end. I contacted Westhost support to ask them to reset the mysql connection to default for my first test (apples=apples). John At 4:10 AM -0500 11/4/08, Justin J wrote: >Eek, I goofed on that code change, here's the fixed version: > > >In: > dada/DADA/App/DBIHandle.pm >Find this line: > > > $self->{dbh} = DBI->connect("$data_source", $user, $pass) || >croak("can't ...Continue Reading
November 4th 2008 PST
Eek, I goofed on that code change, here's the fixed version: In: dada/DADA/App/DBIHandle.pm Find this line: $self->{dbh} = DBI->connect("$data_source", $user, $pass) || croak("can't connect to db: $!"); And change it to: $self->{dbh} = DBI->connect_cached("$data_source", $user, $pass, {private_via_process => $$}) || croak("can't connect to db: $!"); Happy Hacking, ...Continue Reading
November 4th 2008 PST
Alright, I've been hitting my head against this problem for a few days now. Here's a report: Sunday, I tried to figure out that whole, "InactiveDestroy" lead I had. It's a nerdy topic, but basically it has to do with Dada Mail sending out its mass mailings and needing to connect to the SQL database from the child it forked, as well as the parent, without either mucking with the other. I have no idea how this was working before, but it was, just not correctly. The hunch was, however the way I was ...Continue Reading
November 3rd 2008 PST
On Nov 3, 2008, at 11:17 AM, John Collins wrote: > > J- > > Those pages you linked were way over my head. I dabble, mostly by > trial and error. What I'm trying to get at is, it's all completely over *my* head. I don't expect you to understand it, but I hope everyone understands I'm just a hack at this myself. >> If you want to play with all of this, looking into the Config.pm >> file for the DBI paramaters passed: >> >> $DBI_PARAMS ||= { >> >> InactiveD ...Continue Reading
November 3rd 2008 PST
J- Those pages you linked were way over my head. I dabble, mostly by trial and error. Quick question for you, tho. This snippet: At 7:45 PM -0500 11/2/08, Justin J wrote: >If you want to play with all of this, looking into the Config.pm >file for the DBI paramaters passed: > >$DBI_PARAMS ||= { > > InactiveDestroy => 1, > pg_server_prepare => 0, > mysql_auto_reconnect => 1, >}; Is found in the Config.pm file within the DADA folder. However, I am using an external ...Continue Reading
November 3rd 2008 PST
test, ...Continue Reading
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.