Dada Mail Developers Archives

 

Corrupted somthing or another affecting confirmation email

October 30th 2010 PDT

I had a new user forward a copy of the email he received after subscribing.  It appears the program is not picking up the subscriber information in his confirmation, but instead is sending the hooks to the data. BTW -  I do not use the extra subscriber fields at all and don't have them on the sub form. Using Dada 2.11.16 On Wed, Oct 27, 2010 at 10:17 AM, SoCal Events Newsletter <mmnewsletter@PROTECTED> wrote: The subscription of the email address:    [subscriber.email] t ...Continue Reading

inconstent naming of url-parameter

October 30th 2010 PDT

Hello, I use Dadamail 2.10.16 in my production environment. I'm just in the process to switch over to Dadamail 4.1.2 There's a bug in the naming of an URL-parameter; Try the following with Dadamail 4.1.2: - subscribe a list - before confirmation try to subscribe again Dadamail responds with ... http://xxx/ ?list=rv01 &rm=sub_confirm &status=0 &email=x@PROTECTED &error=subscribed ^^^^^ ... here error param is named "error". Now provoke another error ... - unsubscribe address beeing correctly subscribe ...Continue Reading

Dada Mail 4.2.1 Released

October 4th 2010 PDT

Dada Mail 4.2.1 Released Here's the download: http://github.com/downloads/justingit/dada-mail/dada-4_2_1.tar.gz There's not much in this release, here's the changelog: 4.2.1 Changes 4.2.1 This is basically a bug-fix only release. But of note: • Peppered through some of the directories are .htaccess files, to stop unwanted access to these directories. This is simply a safegaurd and shouldn't really be seen as a security issue. Bug Fixes 4.2.1 "Setup Info" screen incorrectly determines a installatio ...Continue Reading

Re: Change Reply-To email address

September 14th 2010 PDT

JustinVery many thanks for this email.  I have done the necessary tweak to the send.pm file and can confirm that it works a treat.Very many thanks for your persistence on this problem.Keep up the very good work.Best regards--*/Martyn Davison/*> Date: Tue, 14 Sep 2010 01:46:26 -0400> From: justin@PROTECTED> To: martyndavison@PROTECTED> Subject: [dadadev] Re: Change Reply-To email address> > > OK - I can def. confirm that if you add a value to the Reply-To key, it does nothing. That's a bug. > ...Continue Reading

Re: Change Reply-To email address

September 14th 2010 PDT

OK - I can def. confirm that if you add a value to the Reply-To key, it does nothing. That's a bug. I've been able to make it work, by simply finding this line in the, dada/DADA/Mail/Send.pm file: (around line 2139) $gh{'Reply-To'} = $From_obj->format; And just commenting it out. What this line will do is create a default Reply-To header out of value in the From: header. This will happen before Dada Mail picks up any defaults in your config - thus, the Reply-To default header is never used. ...Continue Reading

Re: Change Reply-To email address

September 3rd 2010 PDT

JustinMany thanks for the reply.  I will make the changes that you suggested.  I will also add the problem to the tracker, also as you suggest.I understand where you are coming from regarding your comment "why would you want to send a message out to a bunch of people, but not *want* them to communicate back?".  The thing is that we are not using Dada as a normal mailing system per se where people ask to be added to the mailing list.  It is a closed system with the email addresses being sup ...Continue Reading

Re: Change Reply-To email address

September 1st 2010 PDT

On Aug 31, 2010, at 4:18 PM, Martyn Davison wrote: > In line 4049 (approx?) the entry "add_reply_to => 1," appears - I am presuming that the digit 1 indicates that the field is to be included in the email header. No. Here's the line you're looking for, with a few lines around it: # Dada Bridge Plugin: group_list => 0, open_discussion_list => 0, discussion_template_defang => 1, only_allow_group_plain_text => 0, add_reply_to => 1, # h ...Continue Reading

Change Reply-To email address

August 31st 2010 PDT

HiA while ago I enquired how to set the Reply-To field in the email header to something other than the default email address. I received a reply to that which indicated that in the config.pm file I should add the address in the 'Reply-To' entry (at around line 4364) in place of the undef value. I have done that.In line 4049 (approx?) the entry "add_reply_to   => 1," appears - I am presuming that the digit 1 indicates that the field is to be included in the email header.I have now had chance to te ...Continue Reading

Re: Uncompress error message - V 4_2_0

August 26th 2010 PDT

On Aug 26, 2010, at 4:04 PM, Martyn Davison wrote: > Hi > > I have just tried to use the "uncompress_dada.cgi" script and get the following error message > > "Uncompressing dada-4_2_0.tar.gz... > Can't find dada-4_2_0.tar to uncompress! > You may have to uncompress and prep Dada Mail manually." > The tar.gz file is where it is supposed to be in the cgi-bin directory together with the cgi script. The tar.gz file has the same name as that in the cgi script. > > The s ...Continue Reading

Uncompress error message - V 4_2_0

August 26th 2010 PDT

HiI have just tried to use the "uncompress_dada.cgi" script and get the following error message"Uncompressing dada-4_2_0.tar.gz...Can't find dada-4_2_0.tar to uncompress!You may have to uncompress and prep Dada Mail manually."The tar.gz file is where it is supposed to be in the cgi-bin directory together with the cgi script. The tar.gz file has the same name as that in the cgi script.The script is obviously starting up.Any ideas?Best regards--*/Martyn Davison/* Post: mailto:[list_set ...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.