Dada Mail Developers Archives

 

Re: Important Changes to the Unsubscription Process

April 27th 2013 UTC

Will the email address need to be entered manually on the unsub screen? Can't it be filled in automatically? Carl K. ----- Original Message ----- From: "Justin J" To: "Dada Mail Developers" Sent: Friday, April 26, 2013 10:08 PM Subject: [dadadev] Important Changes to the Unsubscription Process Hello Everyone, To have Dada Mail work better with what's laid out in the CAN SPAM law, I'm yet again changing the way Unsubscribes work. I'm a little worried, as it seems Dada Mail's current default s ...Continue Reading

Important Changes to the Unsubscription Process

April 26th 2013 UTC

Hello Everyone, To have Dada Mail work better with what's laid out in the CAN SPAM law, I'm yet again changing the way Unsubscribes work. I'm a little worried, as it seems Dada Mail's current default system: sending an unsub confirmation, is against the guidelines the law lays out! It basically wants this: > "(1) an e-mail recipient cannot be required to pay a fee, provide information other than his or her e-mail address and opt-out preferences, or take any steps other than sending a reply e-mail message or ...Continue Reading

Re: Partial Sending Search Enhancements

April 25th 2013 UTC

On Apr 25, 2013, at 3:06 PM, Carl Kuczun wrote: > A worthwhile improvement, Justin. If you are going to get into very complex search capabilities, you might consider Regular Expressions (http://www.regular-expressions.info/reference.html) where ^80 would match the beginning two digits and \d{3}$ would wildcard the last three digits. RegEx is an extremely complete search language, but probably overkill for an email list. Actually, my worry with getting more complicated is the user interface to all that - as it ...Continue Reading

Re: Partial Sending Search Enhancements

April 25th 2013 UTC

A worthwhile improvement, Justin. If you are going to get into very complex search capabilities, you might consider Regular Expressions (http://www.regular-expressions.info/reference.html) where  ^80  would match the beginning two digits and  \d{3}$  would wildcard the last three digits. RegEx is an extremely complete search language, but probably overkill for an email list.   Carl K   ----- Original Message ----- From: "Justin J" <justin@PROTECTED> To: &qu ...Continue Reading

Partial Sending Search Enhancements

April 25th 2013 UTC

I've been working (commissioned) on enhancing the partial list sending feature in Dada Mail. I've recently added the ability to search for more than one thing, per field, as well as search by "Not Equal To" and, "Not Like". So for my contrived example: http://dadamailproject.com/images/dev/partial_sending.jpg this is a search where: The First Name is not equal to, "Justin" The City is equal to, "Washington" And the Favorite Color is not red or yellow. So, hopefully that' ...Continue Reading

Re: Membership Search

April 24th 2013 UTC

AJ noticed that if you set the charset something different on the table, it'll turn the table from case sensitive to case insensitive, a few back: On Mar 24, 2013, at 1:40 PM, AJ wrote: > > I was experimenting with profile fields and partial list sending and noticed that the search was case sensitive. I looked at the schema sql and the table is explicitly created with the utf8_bin collation. Why not set it as utf8_general_ci? You could give that a shot. The table you want to play around with is "dada_p ...Continue Reading

Re: Membership Search

April 24th 2013 UTC

Justin, you are right. It does, indeed, search the subscriber fields, but it is case-dependent. I was searching for "carl" and it wasn't finding me. I'm not sure I would ever need case to be considered in searches. Is there an easy modification I can apply to make it case independent? Carl K. ----- Original Message ----- From: "Justin J" To: "Dada Mail Developers" Sent: Wednesday, April 24, 2013 10:54 PM Subject: [dadadev] Re: Membership Search On Apr 24, 2013, at 8:03 PM, Carl Kuc ...Continue Reading

Re: Membership Search

April 24th 2013 UTC

On Apr 24, 2013, at 8:03 PM, Carl Kuczun wrote: > > I was just trying to find a member by entering their last name (one of my > subscriber fields) and the search appears to only search the email address. > Didn't the search previously find hits among the subscriber fields, too? It should def. still search both email address, and all profile fields. One quirk is that it's going to be a case sensitive search, so, "Lastname" is going to return different results than, "lastname" ...Continue Reading

Membership Search

April 24th 2013 UTC

I was just trying to find a member by entering their last name (one of my subscriber fields) and the search appears to only search the email address. Didn't the search previously find hits among the subscriber fields, too? Most of the time I search on name, not email address. Wouldn't it be good to be able to search on anything being tracked, not just on email address? Carl K. ...Continue Reading

Speedups in Tracker

April 24th 2013 UTC

Just pushed a commit that speeds up that first table of data in the Tracker by about 5x. Hurrah! https://github.com/justingit/dada-mail/commit/6078164c5c59255c24b8ddf75d5d3c763d4e9ad4 It does this, by replacing about 6 SQL queries with 1, and by some magic, the 1 query is as fast as any of the 6 previous. I'll have this in v6.3.2 ...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.