February 5th 2007 PST
On Feb 5, 2007, at 12:32 PM, Mike Tonks wrote: > > I caught a brief mention of HTTP_AUTH somewhere in the support > site, but > nothing concrete. Does anyone know of an easy way to do this? > Could it > be done as a plugin? If anything, that's a really interesting idea to do and I can see what the benefits of that could be. Currently, there isn't any support for HTTP_AUTH in Dada Mail, although you could def. make a plugin out of it, but it would still take some pretty heavy changes to t ...Continue Reading
February 5th 2007 PST
I haven't - Works for me, but yeah, it wasn't working for me on *your* Dada ;) If you want, email me directly with the message you're trying to send, let me know how you're trying to send it, any changes to the default settings you made and I'll do some testing. Cheers, ...Continue Reading
February 5th 2007 PST
Hi, I've just picked up a copy of dada mail and it's looking good. I'd like to integrate this with an existing set of tools that use HTTP_AUTH to manage the logins. Initially, it would be sufficient for anyone accessing mail.cgi in the secure area to access and create lists. I'm also intending to create a cut down version of mail.cgi with only the subscribe / unsubscribe options, for the public area of the site. I caught a brief mention of HTTP_AUTH somewhere in the support site, but nothing concrete. Does anyon ...Continue Reading
February 5th 2007 PST
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 PST
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 PST
> 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 PST
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 PST
On Jan 29, 2007, at 9:26 PM, Briongos Caballero, Sergio wrote: ...Continue Reading
January 29th 2007 PST
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 PST
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
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.