December 9th 2009 PST
On Dec 9, 2009, at 4:59 PM, Frans Gouverne wrote: > So It should look something like: > > 1. get all email addresses which have a list type "sub_confirm_list" or "unsub_confirm_list" > 2. remove this email address only if the same email address with list type "list" is present > > Guess I have to add this API myself to baseSQL, or? > This script will give you a good start on something like that, #!/usr/bin/perl use lib ( . / ./DADA/perllib ); use DADA::App::G ...Continue Reading
December 9th 2009 PST
2009/12/9 Justin J <justin@PROTECTED> On Dec 9, 2009, at 1:57 PM, Frans Gouverne wrote: > When adding subscribers, remove status "waiting for confirmation" (this will slow down the process for large lists) I'm fearing a potentially large number of people working with Dada Mail are not going to know what the heck that means :) > OR: > > Add a table-clean feature which can be run from a cron job at night. Here's what that would look like: #!/usr/bin/perl use lib (./ ./DADA/perllib) use DAD ...Continue Reading
December 9th 2009 PST
On Dec 9, 2009, at 1:57 PM, Frans Gouverne wrote: > When adding subscribers, remove status "waiting for confirmation" (this will slow down the process for large lists) I'm fearing a potentially large number of people working with Dada Mail are not going to know what the heck that means :) > OR: > > Add a table-clean feature which can be run from a cron job at night. Here's what that would look like: #!/usr/bin/perl use lib (./ ./DADA/perllib) use DADA::App::Guts; use DADA::MailingList::Sub ...Continue Reading
December 9th 2009 PST
2009/12/8 Justin J <justin@PROTECTED> > �When following next two steps, an email address will be added twice to the SQL subscribers data base: > � � � � Add an email address by means of the default subscriber screen. The email address will be added to the data base with list_type = "sub_confirm_list". > � � � � Do not confirm the subscription, but add the same email address by means of the admin control panel: the email address will be added for the second time but now with list_type="lis ...Continue Reading
December 9th 2009 PST
2009/12/8 Justin J <justin@PROTECTED> > �For at least the following two template files: > > error_already_sent_sub_confirmation_screen.tmpl > error_already_sent_unsub_confirmation_screen.tmpl > > the tmpl_var: > > <!-- tmpl_var list_settings.list_owner_email --> > > must be changed into: > > <!-- tmpl_var subscriber.email --> Huh, why? What the screens are saying is to add the list owner email address to your whitelist/address book, not your own address - right?Sor ...Continue Reading
December 8th 2009 PST
On Dec 8, 2009, at 7:20 PM, Carl G. Kuczun wrote: > Couldn't the unsubscribe email be created before the record is removed? Then the subscription fields would still exist. Sure - it's something I've thought about too - but, what happens if there's an error between sending out that message and the actual unsubscription? I'd rather have a message saying something happened, after it happened. If there's an error, that message wouldn't go out. As the system architect/monkey-brained hacker, I do have to take the co ...Continue Reading
December 8th 2009 PST
Couldn't the unsubscribe email be created before the record is removed? Then the subscription fields would still exist. Carl K. ----- Original Message ----- From: "Justin J" To: "Dada Mail Developers Subscriber" Sent: Tuesday, December 08, 2009 12:55 PM Subject: [dadadev] Re: Unsubscribe Email On Dec 8, 2009, at 6:33 PM, Carl G. Kuczun wrote: > > Does the new release include the subscription fields in the unsubscribe > email notification? Version 3.0 only shows the email address tha ...Continue Reading
December 8th 2009 PST
On Dec 8, 2009, at 6:33 PM, Carl G. Kuczun wrote: > > Does the new release include the subscription fields in the unsubscribe email notification? Version 3.0 only shows the email address that is unsubscribing. It would be nice if my Firstname & Lastname subscriber fields were included so I could know who unsubscribed. Right now in the code it looks like there's a check explicitly to see if the subscriber is subscribed (like there was, before), before it tries to pull up that profile information. If they'r ...Continue Reading
December 8th 2009 PST
Does the new release include the subscription fields in the unsubscribe email notification? Version 3.0 only shows the email address that is unsubscribing. It would be nice if my Firstname & Lastname subscriber fields were included so I could know who unsubscribed. Carl K ...Continue Reading
December 8th 2009 PST
> It gives me the impression that all your personal information will be lost, except for the subscribed email addresses. But as far as I can see the only thing that really happens is removing your registration, nothing more. When I register again, all my personal info (subscriber fields) is back into place. Yeah, that's basically all it does. I guess it's because those fields, your profile and your subscriptions are all separate. An Profile basically ties in the fields, with the subscriptions together, so that they ...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.