Dada Mail Developers Archives

 

Re: Any way to search subscriber fields within Dada Mail?

May 4th 2009 PST

On Mon, May 4, 2009 at 12:46 PM, Justin J <justin@PROTECTED> wrote: �I'm wondering if I can add subscriber fields and then search them. For instance, if I add a lastname field, could I search that field like I can the subscriber e-mail address? Right now, it looks like the search gives you just one text field to fill out, but if you fill it out, looking for a Last Name, it will check that field for you. But, you can't currently say, search ONLY last names. The ability is obviously there, as that's how the partial ...Continue Reading

Re: Creating a new list via API does not generate all values

May 4th 2009 PST

Hi Samer, The clone-a-list code is something I have been looking for. Can you provide instructions on how to create the API and where this code is put? Thanks. CarlK ----- Original Message ----- From: "Samer Bechara" To: "[list_settings.list_name] Subscriber" Sent: Monday, May 04, 2009 12:31 PM Subject: [dadadev] Re: Creating a new list via API does not generate all values >I have attached the whole code to clone a list via API, it should be > useful for someone. Comments are inside ...Continue Reading

Re: Any way to search subscriber fields within Dada Mail?

May 4th 2009 PST

> I'm wondering if I can add subscriber fields and then search them. > For instance, if I add a lastname field, could I search that field > like I can the subscriber e-mail address? Right now, it looks like the search gives you just one text field to fill out, but if you fill it out, looking for a Last Name, it will check that field for you. But, you can't currently say, search ONLY last names. The ability is obviously there, as that's how the partial list sending stuff works - it just hasn't bee ...Continue Reading

Re: Creating a new list via API does not generate all values

May 4th 2009 PST

I have attached the whole code to clone a list via API, it should be useful for someone. Comments are inside --Samer Justin J wrote: > >>> >>> I am trying to create a new list via the Dadamail API. I am using >>> the DADA::MailingList Create method. >>> >>> However, when I create the list, only 4 fields are being inserted >>> into the database (list, admin_menu, cipher_key, >>> fallback_field_values). I checked the LIST_SETUP_DEFAULTS variable, > ...Continue Reading

Any way to search subscriber fields within Dada Mail?

May 1st 2009 PST

I'm wondering if I can add subscriber fields and then search them. For instance, if I add a lastname field, could I search that field like I can the subscriber e-mail address?Stephen Post: mailto:[list_settings.discussion_pop_email] Unsubscribe: http://dadamailproject.com/cgi-bin/dada/mail.cgi/u/[list]/ List Information: [PROGRAM_URL]/list/[list_settings.list] Archive: [PROGRAM_URL]/archive/[list_settings.list] Mailing List Powered by Dada Mail ...Continue Reading

RE: Dada Bridge w/moderation enhancements

May 1st 2009 PST

On May 1, 2009, at 1:44 AM, Dave Leffler wrote: > > Actually, you'll need to delete line 1676 - it's an extra closing > brace that > shouldn't be in there... I've fixed the upload (dada_bridge.pl > dated Apr 30 > is fixed, Apr 28 is not). Yup - caught that. I have it running on my testing server (erm, laptop) and I'll pop it up live on the Dada Mail Support site for us to use once I polish off a few things I was working on as well. Once that's done (or a little before), it'll be on github ...Continue Reading

RE: Dada Bridge w/moderation enhancements

May 1st 2009 PST

Actually, you'll need to delete line 1676 - it's an extra closing brace that shouldn't be in there... I've fixed the upload (dada_bridge.pl dated Apr 30 is fixed, Apr 28 is not). Dave Leffler -----Original Message----- From: Justin J [mailto:justin@PROTECTED] Sent: Thursday, April 30, 2009 19:45 To: [list_settings.list_name] Subscriber Subject: [dadadev] RE: Dada Bridge w/moderation enhancements On Apr 28, 2009, at 1:55 PM, Dave Leffler wrote: > FWIW, There is now an untested dev 3.1 modded version at > http: ...Continue Reading

RE: Dada Bridge w/moderation enhancements

April 30th 2009 PST

On Apr 28, 2009, at 1:55 PM, Dave Leffler wrote: > FWIW, There is now an untested dev 3.1 modded version at > http://www.harrisonhills.org/files/File/dada_bridge.31a.zip > (I use 3.0.3 and this seems to work under it) Wow. I don't know how you did that, but that's awesome. I'll fold it into the 3.1 code I'm working on and start testing it on this list (muhahaha) ...Continue Reading

dadadev Re: List Management Question

April 30th 2009 PST

At 7:09 PM -0400 4/30/09, Lennie Jarratt wrote: I don't know if this'll help the scenarios everyone is facing, though: wanting to send the same message to more than one list. This did used to be a feature in Dada Mail. It was *removed*, when subscriber fields were introduced - subscriber fields could be used instead to make dynamic sublists. The reason for the removal was that there was going to be a mass of confusion if you ever, say, wanted to send a message to *part* of more than one list. Each time ...Continue Reading

Re: List Management Question

April 30th 2009 PST

Cool, thanks.� I'll check out the alpha version.LennieOn Thu, Apr 30, 2009 at 5:40 PM, Justin J <justin@PROTECTED> wrote: �I am facing this problem myself at the moment. However, I have to figure out a solution yet. Taking a look at the mysql backend, the database design is a bit weak. There should be a table for subscribers, a table for lists, and another table that maps subscribers to lists. In a nutshell, that's what will happen in 3.1 (the alpha that's out will has this design, already) I don't know if this' ...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.