Dada Mail Developers Archives

 

Gravatar Support

October 13th 2007 PST

On a whim, I put in Gravatar support for the Dada Mail discussion list archives. It basically puts a little icon of yourself on any message you post that's also associated with a Gravatar icon. Here's an example: http://mojo.skazat.com/cgi-bin/dada/mail.cgi/archive/dadadev/ 20071012205501/ ...Continue Reading

2.11 alpha Multiple Fields Update

October 12th 2007 PST

Hello All, I got Multiple Fields support in Dada Mail bolted on. Currently, the SQL backends (and currently, that just means the MySQL flavor) can support an arbitrary amount of additional columns in the dada_subscribers table. This should make upgrading a breeze, since it's backwards compatible with any other Dada made in the last... 5 years or so. You can mass subscribe new subscribers via the list control panel, View the subscribers with the additional fields, And mass remove them, As well as edit thes ...Continue Reading

White Listing, Old Moderation System

October 2nd 2007 PST

Hey all, I'm currently finishing up the white list system and getting the old moderation system back into dada_bridge.pl and having it work nicely with the new moderation system. The White List is a list of addresses that are allowed subscribe to a mailing list - sort of the opposite of a blacklist. The old moderation system has been renamed, "Authorized Senders" - and it itself is a list of addresses that have access to send a message out to a discussion list, or an announce only list. These wi ...Continue Reading

2.10.16 Stable, 2.11 Alpha 7 are out

September 27th 2007 PST

Yesterday, I release 2.10.16 and 2.11 Alpha 7, here's the relative bits: 2.10.16 Download: 2.10.16 tar.gz distibution: http://downloads.sourceforge.net/mojomail/dada-2_10_16.tar.gz?download 2.10.16 zip distribution: http://downloads.sourceforge.net/mojomail/dada-2_10_16.zip?download Changelog: http://mojo.skazat.com/support/documentation-dada-2_10_16/ changes.pod.html#2_10_16_stable__released_9_25_07 2.11 Alpha 7 Download: 2.11 Alpha 7 tar.gz Distribution http://downloads.sourceforge.net/mojomail/dada-2_11_alp ...Continue Reading

Re: SQL table schema optimizations - any ideas?

September 18th 2007 PST

I'm not a wizard at MySQL (or SQL in general) so let me know if these indexes look kosher: On Sep 11, 2007, at 9:20 AM, Mariano Absatz wrote: > On 9/11/07, Dada Mail (Justin Simoni) wrote: >> CREATE TABLE dada_settings ( >> list varchar(16), >> setting varchar(64), >> value text >> ); > index on list, maybe... anyway, I don't think queries on this table > are that frequent and the table itself is s ...Continue Reading

Re: Installing dada_bridge.pl

September 18th 2007 PST

On Sep 17, 2007, at 1:00 AM, Dada Mail ((Justin Simoni)) wrote: >> 1. It took me a few minutes to figure out that I needed to uncheck >> the >> first option on the page that disables the plugin. A mention of that >> step in the INSTALLATION section would have saved me a bit of >> searching. > > > OK, someone remind me, or put it in the features request on > sourceforge Nevermind - I got it handled ;) Thanks again for the feedback. My net connection was (and still is) v ...Continue Reading

Re: SQL table schema optimizations - any ideas?

September 17th 2007 PST

On Sep 11, 2007, at 4:55 AM, Bruce Scherzinger wrote: > The schemas look fine, but what are you changing in terms of > content/format? I will need to know if there is breakage in the > Joomla bridge and, if so, plan a coordinated release. > Check out the schemas in the 2.10.15 release - many many of the fields were of the type, "text" - this is just basically paring them down to what exactly they need. As far as coordination, I've only made the changes in the 2.11 features stuff, whic ...Continue Reading

Re: duplicated addresses (mysql backend)

September 17th 2007 PST

On Sep 11, 2007, at 8:56 AM, Mariano Absatz wrote: > Well... FWIW, I did the checks manually (diff'ing the output of > 'SELECT' vs. 'SELECT DISTINCT') and it turned out that most duplicates > had to do with addresses which had uppercase characters... it seems > older versions of dada allowed this, so that, if I got > 'El.Baby@PROTECTED' in the database and then tried to insert > 'el.baby@PROTECTED' I'd succeed ('cause now the verification process > is always done in lowercase)... For quite some ti ...Continue Reading

Re: Email Client Fraud Flag Tripped by Clickthru Wrapper

September 17th 2007 PST

What's probably happening is that the clickthrough tracker embeds the full url in the URL of the clickthrough tracker - which is failing some sort of filter. I do have plans to replace that with something else: http://mojo.skazat.com/support/documentation-dada-2_10_15/ projects.pod.html#click_through_tracking_enhancements I haven't gotten to it, but help would help :) ...Continue Reading

Re: Installing dada_bridge.pl

September 17th 2007 PST

> 1. It took me a few minutes to figure out that I needed to uncheck the > first option on the page that disables the plugin. A mention of that > step in the INSTALLATION section would have saved me a bit of > searching. OK, someone remind me, or put it in the features request on sourceforge > 2. I use an external configuration file (.dada_config) and do not > see a > way to amend the ADMIN_MENU arrayref to include the plugins. I was > able > to modify captcha settings using the LIST_SE ...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.