v10.7.1 Released

 
From: "Justin J justin@PROTECTED [Dada Mail Developers]" <dadadev@PROTECTED>
Date: October 4th 2017

From:

Howdy everyone - long time coming: v10 7 1 has been released!

Download and install:

http://dadamailproject
com/d/install_dada_mail
pod
html

Changelog (and below):

http://dadamailproject
com/d/changes_10_x
pod
html#pod10
7
1

10 7 1

This is mostly a bug-fix release for issues found in the v10 7 0 release of Dada Mail

Bugfixes

Server Headers sent by Dada Mail not good enough to stop caching of dynamic screens #697

https://github com/justingit/dada-mail/issues/697

Webpage caching is generally a good thing Caching dynamic screens in a webapp is not, if you don't know what screens have data that's specific to say, a login cookie Dada Mail is set up to try to sidestep any caching that's configuring by sending a series of server headers that say, "hey, don't cache this, don't look at a cached version", but the previous server headers just weren't enough So, we've modified them to be a bit more robust They'll look a bit like this:

    Cache-Control: "max-age=0, no-cache, no-store, must-revalidate"
    Pragma: "no-cache"
    Expires: "Wed, 11 Jan 1984 05:00:00 GMT"

There's currently no way to adjust these headers within the app, but if you would like to make your own adjustments, the easiest way is to put them in the htaccess file that lives within the, dada directory Directives to set these headers already exist within this file, they just need to be uncommented be live

Subscriber's Email Address Always Filled in with List Owner's Email Address in Mass Mailing Email Messages #683

https://github com/justingit/dada-mail/issues/683

In other words, any time this email template tag was used:

    <!-- tmpl_var subscriber
email --> 

It would be replaced with the List Owner's email address, and not your specific Subscriber's This was because internally, the template variable for, subscriber email was set to the List Owner's email address Fixed!

  • 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.