Dada Mail Developers Archives

 

2.10 beta 1- 08/25/05 released - download, try out, give feedback

August 25th 2005 UTC

Here are the docs: http://mojo.skazat.com/download/testing_2_10_0_beta1.html Congrats everyone! -- Justin Simoni .: Dada Mail "Write Once - Distribute Everywhere" Email Communication Software url: http://dadamail.org ph: 720.436.7701 aolim: leaddadaist ...Continue Reading

Re: JavaScript review timeline (was: Re: some suggestions/improvements for Dada)

August 25th 2005 UTC

> > While I think could be a good idea, I respectfully submit that it > > should not be a priority /right now./ > > Then it has to be written down somewhere. If it's not, it'll be lost. ...Roadmap? :-) > Like I said, the JS functions, /as it stands now/ could be much > better engineered to not be a requirement, but an optional feature > that anyone that has JS turned on could use - which hopefully is a > large majority of the users of the program. And I agree with that in the long term, ...Continue Reading

Re: getting your own discussion mail

August 24th 2005 UTC

>>> I'm reminded that for list discussions, it's nice to have the >>> option >>> (either globally or per-user) to not get messages to the list that >>> you >>> sent yourself. > If "globally" means "not optionally" then I'm agin it. Har har. :) This feature is now an option in dada_bridge.pl and can be turned on and off per list. Justin Simoni ...Continue Reading

Dada Mail Hack of the day - DIY Whitelisting

August 24th 2005 UTC

I just realized that if you use the dada_bridge.pl plugin and: * check: Make this list a discussion list ( Messages from addresses that are allowed to post to this list should: ) * uncheck: be sent to the Subscription List. * and check: have a copy of the original message forwarded to: * and plug in an address (that's secret to you), any messages that go to the list email will be scanned to see if it's a subscriber and will only be forwarded to you if it is. This way, the subscription list acts like a whit ...Continue Reading

Re: Next Alpha Release: Monday 8/22/05

August 24th 2005 UTC

OK, should be fixed now - look for ver 1.38 of dada_bridge.pl in CVS. I've attached a diff file for geek points. Justin Simoni ...Continue Reading

Re: Next Alpha Release: Monday 8/22/05

August 24th 2005 UTC

That was a tricky one indeed! You probably have too change the line: if($li->{group_list} == 1){ into: if($li->{group_list} == 1 && $errors->{msg_not_from_list_owner} ){ which means there is no need to verify whether the from address is on the list or not. Will be more efficient too. Have a nice lunch, I go for a sleep now! > > Hmm, > > It's still working for me, I'm suspecting that this line (703 or so): > > [snip] > > foreach(keys %$errors){ > $status = 0 i ...Continue Reading

Re: some suggestions/improvements for Dada

August 24th 2005 UTC

> So, back to the list switch widget - can some one whip up some code > that will allow the onSubmit select box to work if JS is enabled, but > show a submit button if no JS is available? And be standards > compliant? If someone can, I can work with that and place it into > Dada Mail, where ever it needs to go; If we're targeting the submit > button to be used on constrictive environments like text-based > browsers, or perhaps a handheld PDA, I don't think pixel perfect > layout is absolutely ne ...Continue Reading

Re: Next Alpha Release: Monday 8/22/05

August 24th 2005 UTC

Hmm, It's still working for me, I'm suspecting that this line (703 or so): [snip] foreach(keys %$errors){ $status = 0 if $errors->{$_} == 1; last; } [/snip] is incorrect. Since hashes are fetched semi-randomly, whichever key you get first, will tell the fate of what status is set to and for whichever reason, it's a different order than me. It should probably read: [snip] foreach(keys %$errors){ if($errors->{$_} == 1){ $status = 0 ; last; } } [/snip] ...Continue Reading

Re: Next Alpha Release: Monday 8/22/05

August 24th 2005 UTC

> > Messages from moderators are still ignored for discussion lists > > when moderators are allowed. As a workaround I changed the > > following line from sub validate_msg (dada_bridge): > > I'm not having trouble getting this to function incorrectly, here's > what's printed if I manually start the process via the web interface: > [snip] > > ------------------------------------------------------------------------ > List: k > Logging into POP3 server: mail.example.com > ...Continue Reading

Re: JavaScript review timeline (was: Re: some suggestions/improvements for Dada)

August 24th 2005 UTC

> While I think could be a good idea, I respectfully submit that it > should not > be a priority /right now./ Then it has to be written down somewhere. If it's not, it'll be lost. > Dada Mail admins using JS-disabled > browsers will still have all kinds of *other* problems in the > control panel: > with the "Subscription Form HTML" screen, ...with the "Show/Hide > Advanced > Options" in the "Send a Webpage" screen, ...and with pretty much > everythi ...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.