Dada Mail Developers Archives

 

Re: Recent experiences with Dadamail v8 and SES

May 21st 2015 UTC

> On May 20, 2015, at 7:02 PM, OCO Admin oco_admin@PROTECTED [Dada Mail Developers] wrote: Thinkin' about it more, I'm going to add the —user-agent flag to the example cronjob command. Thanks for the suggestion, https://github.com/justingit/dada-mail/commit/c9f28c07f88425b6134bcee41604473891d829f6 Cheers, ...Continue Reading

Re: Recent experiences with Dadamail v8 and SES

May 21st 2015 UTC

> On May 20, 2015, at 7:02 PM, OCO Admin oco_admin@PROTECTED [Dada Mail Developers] wrote: > Does the installer script really require 5.10? Perhaps it could be made > to work with 5.8 and if /usr/bin/perl is <5.10 look in other paths (like > cpanel) for a different version of perl? Unfortunately, it does, as it also is written using the CGI::Application framework, which is why I bumped up the min. Perl version from v5.8.8 to v5.10. v5.10 isn't anything bleeding edge or anything - it was released in 2 ...Continue Reading

Re: Recent experiences with Dadamail v8 and SES

May 21st 2015 UTC

On 2015-05-18 01:39 PM, Justin J justin@PROTECTED [Dada Mail Developers] wrote: > >> 1) My hosting provider is using CentOS 5 with perl 5.8.8. In order >> to make it work with Dadamail v8 I had to change the top of every >> .cgi script (uncompress, install, mail, view_logs, etc) from >> #!/usr/bin/perl to #!/usr/local/cpanel/3rdparty/bin/perl > > If you're running Dada Mail under CGI, here are the only files you > will need to adjust: > > dada/installer/install.cgi dada/install ...Continue Reading

Dada Mail v8.0.3 Released

May 20th 2015 UTC

Hello Everyone - v8.0.3 has been released. Changeling is below. Thanks for everyone who has contributed w/bug reports, etc. Download: https://sourceforge.net/projects/dadamail/files/dada-8_0_3.tar.gz/download Install: http://dadamailproject.com/d/install_dada_mail.pod.html Upgrade: http://dadamailproject.com/d/upgrade_dada_mail.pod.html Changes: 8.0.3 This is a bugfix release of Dada Mail. Bugfixes Problems creating new list if errors present in values passed https://github.com/justingit/dada-mail/issue ...Continue Reading

Extend Archiv by sender email

May 20th 2015 UTC

Hello Everybody, I am using Dada Mail v 8.0.2 and  I want to add the sender email in the archive overview. I made following changes : [*]Widgets.pm [*]add after line 953 (" message_blurb    => $archive->message_blurb(-key => $entries->[$i]),")  following new line : "email => $archive->sender_address({-id => $entries->[$i]})," [*]archive_list_widget.tmpl [*]add after "" following line ...Continue Reading

Re: Recent experiences with Dadamail v8 and SES

May 18th 2015 UTC

> 1) My hosting provider is using CentOS 5 with perl 5.8.8. In order to > make it work with Dadamail v8 I had to change the top of every .cgi > script (uncompress, install, mail, view_logs, etc) from #!/usr/bin/perl > to #!/usr/local/cpanel/3rdparty/bin/perl If you're running Dada Mail under CGI, here are the only files you will need to adjust: dada/installer/install.cgi dada/installer/templates/mail.cgi.tmpl (perhaps any of the extensions you are using) No need to change any of the plugins > ...Continue Reading

Recent experiences with Dadamail v8 and SES

May 15th 2015 UTC

Hello all, I have recently upgraded to Dadamail 8.0.2 from 7.0.1 and have run into several larger and smaller issues that I felt I should share: 1) My hosting provider is using CentOS 5 with perl 5.8.8. In order to make it work with Dadamail v8 I had to change the top of every .cgi script (uncompress, install, mail, view_logs, etc) from #!/usr/bin/perl to #!/usr/local/cpanel/3rdparty/bin/perl If the installer could provide an option to rewrite the first line in all the perl scripts, that would save me a bunch o ...Continue Reading

Re: New Feature: Magic Templates

May 14th 2015 UTC

Justin,I don't have time to test this out at the moment, but one of my clients asked me for almost exactly this feature just a few days ago. I can't wait until I have time to test it!Keep up the great work,Moshe--Moshe Katz-- moshe@PROTECTED-- +1(301)867-3732 On Thu, May 14, 2015 at 2:37 PM, Justin J justin@PROTECTED [Dada Mail Developers] <dadadev@PROTECTED> wrote:I've been working on making developing user-facing templates for Dada Mail that you see in the browser a little easier to create. One problem is that ...Continue Reading

New Feature: Magic Templates

May 14th 2015 UTC

I've been working on making developing user-facing templates for Dada Mail that you see in the browser a little easier to create. One problem is that no one *really* seems to want to take a design and modify it to work w/Dada Mail - it's too much of a hassle to add to a workflow. So I give you, Magic Templates! Rather than have to hand craft a template, you just point it to an already existing page (say, your home page), tell Dada Mail what CSS selector to replace with Dada Mail's own content and be done with it. ...Continue Reading

Re: Table './secuv/dada_subscribers' is marked as crashed and should be repaired

May 12th 2015 UTC

it works. thank you very much!------------------ Original ------------------*From: * "dadadev";<dadadev@PROTECTED>;*Date: * Mon, May 11, 2015 10:17 PM*To: * "Rex"<455750938@PROTECTED>; *Subject: * [dadadev] Re: Table './secuv/dada_subscribers' is marked as crashed and should be repaired Open the mysql console and typeREPAIR TABLE dada_subscribers;For more information:https://dev.mysql.com/doc/refman/5.0/en/myisam-repair.html- YOn Mon, May 11, 2015 at ...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.