February 5th 2007 PDT
Justin, Have you had a chance to look into the error I reported below. I think it occurred during the time you lost some emails due to HD crash. Just wanted to check in with you. Thanks, William On Mon, Jan 08, 2007 at 03:12:00AM -0000, William McKee wrote: > On Fri, Jan 05, 2007 at 11:45:07PM -0000, Dada Mail (Justin Simoni) wrote: > > Clicking the second link ( http://lists.knowmad.com/mail.cgi/archive/ > > shift/newest/#sender_email ) from my mail reader seems to work - I > > actually don't ...Continue Reading
February 1st 2007 PDT
Thanks. Now I have my bash script to import all my lists, users and posters to dada working 100% #!/usr/bin/perl use lib qw(./ ./DADA/perllib); use DADA::MailingList; use DADA::Security::Password; $password = DADA::Security::Password::encrypt_passwd(PASSWORD); my $ls = DADA::MailingList::Create({-name => 'SHORTNAME'}); $ls->save( { list => 'SHORTNAME', admin_email => 'ADMIN@DOMAIN', list_name => 'LONGNAME', list_owner_email => 'OWNER@DOMAIN', password => ...Continue Reading
January 31st 2007 PDT
> Then there is some way through bash script to create lists? Probably not. Although you can make a perl script to create a new list. Something like: #!/usr/bin/perl use lib qw(./ ./DADA/perllib); use DADA::MailingList; my $ls = DADA::MailingList::Create({-name => 'yourlist'}); $ls->save( { list_name => 'Justin!', list_owner_email => 'listowner@PROTECTED', password => 'abcd', info => 'info', privacy_policy => 'privacy_policy', phy ...Continue Reading
January 31st 2007 PDT
Then there is some way through bash script to create lists? I need to create a lot of lists. Thanks. -----Mensaje original----- De: Dada Mail (Justin Simoni) [mailto:dada@PROTECTED] Enviado el: martes, 30 de enero de 2007 7:18 Para: dadadev@PROTECTED Asunto: [dadadev] Re: Creating lists from script On Jan 29, 2007, at 9:26 PM, Briongos Caballero, Sergio wrote: ...Continue Reading
January 30th 2007 PDT
On Jan 29, 2007, at 9:26 PM, Briongos Caballero, Sergio wrote: ...Continue Reading
January 29th 2007 PDT
Hello, I need to import some lists from another mailing list manager, and I need some info for create a new list from script. I try to copy mj-lista1 to mj-lista2 with: mkdir lista2 chown apache:apache lista2 chmod 777 lista2 cat mj-lista1 | sed "s/lista1/lista2/g" > mj-lista2 chown apache:apache mj-lista2 chmod 666 mj-lista2 I import users.txt to lista2.list, and I have a new list named lista2 ok. But if I try with anothers names like delegacion, usuarios… I get error in web manager: *Program Error ...Continue Reading
January 25th 2007 PDT
Most likely, it's the session stuff - If you set the $SESSION_DB_TYPE to MySQL, either set it back to its default, (PlainText), or trydropping the current table and recreating it - the schema for thetable was slightly changed, so that may do some good. There were somemajor bug fixes that have to do with the session system in 2.10.10.Verified that I can log in when changing @SESSION_DB_TYPE to 'PlainText', but not by re-creating the database. I'll keep playing with it.-JoeOn 24 Jan 2007 22:11:48 -0000, Joe Rizza* < ...Continue Reading
January 24th 2007 PDT
On 24 Jan 2007 21:05:47 -0000, Dada Mail (Justin Simoni)* <dada@PROTECTED> wrote: On Jan 23, 2007, at 8:44 PM, Joe Rizza wrote:>> I didn't catch the name of your list or its password. I need those> to let you into your administration control panelMost likely, it's the session stuff - If you set the $SESSION_DB_TYPE to MySQL, either set it back to its default, (PlainText), or trydropping the current table and recreating it - the schema for thetable was slightly changed, so that may do some good. There wer ...Continue Reading
January 24th 2007 PDT
On Jan 23, 2007, at 8:44 PM, Joe Rizza wrote: > > I didn't catch the name of your list or its password. I need those > to let you into your administration control panel Most likely, it's the session stuff - If you set the $SESSION_DB_TYPE to MySQL, either set it back to its default, (PlainText), or try dropping the current table and recreating it - the schema for the table was slightly changed, so that may do some good. There were some major bug fixes that have to do with the session system in 2.10.1 ...Continue Reading
January 24th 2007 PDT
Well, I tried setting the password to a plain text password in the outside config file, so I don't think that is it. I could be wrong though.On 24 Jan 2007 05:11:36 -0000, Michael Sagaser* <msagaser@PROTECTED> wrote: I had a problem with this too, but I forgot the url to go to for resetting the password. There is command that lets you create a password, maybe it will help: http://yourdomain.com/cgi-bin/dada/mail.cgi?f=pass_gen The problem has to do with the config script being out of sync (I think) with the r ...Continue Reading
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:
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:
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.
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.