Dada Mail Developers Archives

 

Re: dadadev Re: List Restarting - Progress Report (goofed on the example)

November 4th 2008 PDT

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

Re: dadadev Re: List Restarting - Progress Report

November 4th 2008 PDT

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

Re: dadadev Re: dadadev Re: List Restarting MORE INFO--SOLUTION?

November 3rd 2008 PDT

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

dadadev Re: dadadev Re: List Restarting MORE INFO--SOLUTION?

November 3rd 2008 PDT

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

Test,

November 3rd 2008 PDT

dadadev Received your message - last test

November 3rd 2008 PDT

Hello! Thanks for your message - I have received it. If this is a general support question, please take advantage of the support boards for the fastest response: http://dadamailproject.com/support/boards Due to the amount of support questions I receive daily, I cannot answer each and every one via email, so please use the boards. I will answer any other messages received personally as soon as I possibly can, Cheers, ...Continue Reading

last test

November 3rd 2008 PDT

Sorry if you're getting multiple test messages, this'll be the last one, ...Continue Reading

test

November 3rd 2008 PDT

Test of new snapshot

November 3rd 2008 PDT

This is the test of a new install - no need to reply, ...Continue Reading

Re: dadadev Re: List Restarting MORE INFO--SOLUTION?

November 2nd 2008 PDT

> On Nov 2, 2008, at 4:53 PM, John Collins wrote: > ...Continue Reading
  • This mailing list is a public mailing list - anyone may join or leave, at any time.
  • This mailing list is a group discussion list (unmoderated)
  • 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:

https://dadamailproject.com/d

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:

  • Constructive critiques on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
  • Bug/Error reports
  • Bug fixes
  • Request For Comments on any changes to the program
  • Help customizing Dada Mail for your own needs
  • Patches
  • Language Translations
  • Support Documentation/Doc editing, FAQ's, etc.
  • Discussion of any changes that you would like to be committed to the next version of Dada Mail -

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.

Privacy Policy:

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.