Dada Mail Developers Archives

 

Re: Dada Mail 4.0.0 rc1 Released

November 21st 2009 UTC

am 21.11.2009 19:09 schrieb Peter Velan: > am 21.11.2009 00:46 schrieb Justin J: > > >> * The old-style to, new-style tag changing should be more than complete > > > I disabled old style tags via ... > ,--------------- > | $TEMPLATE_SETTINGS = { oldstyle_backwards_compatibility => 0 }; > `--------------- > ... in my .dada_config. but got wrong confirmation links for new > subscribers, looking like: > > > http://mydomain.tld/dadamail/mail.cgi/n/listname/localpart/ ...Continue Reading

Re: Dada Mail 4.0.0 rc1 Released

November 21st 2009 UTC

am 21.11.2009 17:10 schrieb Peter Velan: > After enabling old style templating ... > ,--------------- > | # $TEMPLATE_SETTINGS = { oldstyle_backwards_compatibility => 0 }; > `--------------- > ... the confirmation link looks like the right one: > > http://mydomain.tld/dadamail/mail.cgi/n/listname/localpart/subscribersdomain.tld/eHKvBcWblkzi2/ Another problem. - subscriber triggers unsubscription via web interface - subscriber ereceives unsub confirmation email ... but the rediretced URL is ...Continue Reading

Re: Dada Mail 4.0.0 rc1 Released

November 21st 2009 UTC

am 21.11.2009 17:10 schrieb Peter Velan: > After enabling old style templating ... > ,--------------- > | # $TEMPLATE_SETTINGS = { oldstyle_backwards_compatibility => 0 }; > `--------------- > ... the confirmation link looks like the right one: > > http://mydomain.tld/dadamail/mail.cgi/n/listname/localpart/subscribersdomain.tld/eHKvBcWblkzi2/ But even with old templating enabled I got a wrong unsubscription link: http://dadamailproject.com/cgi-bin/dada/mail.cgi/u/dadadev/ ... it reads ... ...Continue Reading

Re: Dada Mail 4.0.0 rc1 Released

November 21st 2009 UTC

am 21.11.2009 00:46 schrieb Justin J: > * The old-style to, new-style tag changing should be more than complete I disabled old style tags via ... ,--------------- | $TEMPLATE_SETTINGS = { oldstyle_backwards_compatibility => 0 }; `--------------- ... in my .dada_config. but got wrong confirmation links for new subscribers, looking like: http://mydomain.tld/dadamail/mail.cgi/n/listname/localpart/subscribersdomain.tld/[subscriber.pin]/ After enabling old style templating ... ,--------------- | # $TEMPLATE_SETTI ...Continue Reading

Re: Removing Administration Link

November 21st 2009 UTC

Thanks, Justin. Setting $SHOW_ADMIN_LINK = 2; in the .dada_config eliminated the Administration link. Carl K ----- Original Message ----- From: "Justin J" To: "Dada Mail Developers Subscriber" Sent: Friday, November 20, 2009 5:25 PM Subject: [dadadev] Re: Removing Administration Link > > On Nov 20, 2009, at 11:14 PM, Carl G. Kuczun wrote: > > >> >> I wanted to remove the "Administration" link at the bottom of the >> subscription screen so I added $SHOW ...Continue Reading

Dada Mail 4.0.0 rc1 Released

November 20th 2009 UTC

Here are the downloads: * tar.gz: http://cloud.github.com/downloads/justingit/dada-mail/dada-4_0_0-rc_1.tar.gz * zip http://cloud.github.com/downloads/justingit/dada-mail/dada-4_0_0-rc_1.zip This version represents what I'd like to ship labled as, "Stable" - so any problems - let me know! Before the Stable release does get shipped, Changes (from Beta 5) include: * Flash Subscription Form For whatever reason, there's been certain renewed interest in the Flash Subscription Form. A Action Script 2.0 ...Continue Reading

Re: Removing Administration Link

November 20th 2009 UTC

On Nov 20, 2009, at 11:14 PM, Carl G. Kuczun wrote: > > I wanted to remove the "Administration" link at the bottom of the > subscription screen so I added $SHOW_ADMIN_LINK = 0; to my > \.dada_files\.configs\.dada_config file, but it had no affect. When > I put it into \cgi-bin\dada\DADA\Config.pm it worked. I don't like > modifying the main DADA files directly. Isn't this what > the .dada_config file is for? For now, just set it to, "2" - I don't have a fix for thi ...Continue Reading

Removing Administration Link

November 20th 2009 UTC

I wanted to remove the "Administration" link at the bottom of the subscription screen so I added $SHOW_ADMIN_LINK = 0; to my \.dada_files\.configs\.dada_config file, but it had no affect. When I put it into \cgi-bin\dada\DADA\Config.pm it worked. I don't like modifying the main DADA files directly. Isn't this what the .dada_config file is for? Carl K ...Continue Reading

Re: Problem with sql setup

November 16th 2009 UTC

On Nov 16, 2009, at 10:04 AM, Moshe Katz wrote: > I think that should be 'MySQL' not just 'SQL'. > > On Sun, Nov 15, 2009 at 8:02 PM, David Leonardi > wrote: >> Base class package "DADA::MailingList::Subscribers::SQL" is empty. >> >> caused by: >> $SUBSCRIBER_DB_TYPE ||= 'SQL'; >> in Config.pm . >> I've been following the docs by the letter, but this doenst seem to >> be >> an error on my part... Naw, you'll want to keep, $SUBSCRIBER_DB_TY ...Continue Reading

Re: Problem with sql setup

November 16th 2009 UTC

I think that should be 'MySQL' not just 'SQL'.------------------------------Moshe KatzKatzNet Computers-- moshe@PROTECTED -- +1(301)867-3732 On Sun, Nov 15, 2009 at 8:02 PM, David Leonardi <david.leonardi@PROTECTED> wrote: Hello, All attempts i make at configuring SQL backend yield the following: Base class package "DADA::MailingList::Subscribers::SQL" is empty. caused by: $SUBSCRIBER_DB_TYPE       ||= 'SQL';  in Config.pm . I've been following the docs by the letter, but this do ...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.