Dear All, I'm building an intranet site for my company based on Zope and am looking for some mailing list software like Majordomo or Mailman. I basically want a mechanism where people subscribe to lists and are mailed messages when people mail the list. I also want the ability to archive all the messages, search through them, etc. I've looked at Squish Dot and it has most of what I need except you don't subscribe and it does not mail everyone on receipt. Has anyone integrated Zope and Mailman or Zope and Majordomo? If there is sample code or documentation, then please let me know. Right now I need all the help I can get. Thanks, Paul http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online.
I just set this up for my own site (www.bowery.com)... for now, I'm using yahoogroups. If you're nervous about letting your emails out, then it's not the way to go, but it does free you from worring too much about bounced mail, archives, and spam. For majordomo, there isn't much integration to be done since it's all done thru email... so you just need forms that use zope's mailhost (or a special mailhost, perhaps)... there's a webmin module for majordomo, I'd look into using that to set up and maintain majordomo (and sendmail, and all that other arcane stuff!)
From: Mr Paul Ashley Merrill <paul_a_merrill@yahoo.com.au> Date: Mon, 5 Nov 2001 13:52:06 +1100 (EST) To: zope@zope.org Subject: [Zope] Mailing Lists
Dear All,
I'm building an intranet site for my company based on Zope and am looking for some mailing list software like Majordomo or Mailman. I basically want a mechanism where people subscribe to lists and are mailed messages when people mail the list. I also want the ability to archive all the messages, search through them, etc. I've looked at Squish Dot and it has most of what I need except you don't subscribe and it does not mail everyone on receipt. Has anyone integrated Zope and Mailman or Zope and Majordomo?
If there is sample code or documentation, then please let me know. Right now I need all the help I can get.
Thanks,
Paul
http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
If there is sample code or documentation, then please let me know. Right now I need all the help I can get.
MAilman has an awesome Python API. If you know some Python, it is very, very trivial to use the Mailman API in a Zope Python Product. It took me a day to do this once. You only have to manage the Unix file permissions of Mailman, which is a little bit of a pain. ... One day I will release some code regarding this issue, since this has not been the first request...I wish I would have more time...geez... Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
At 11:35 PM 11/4/2001 -0500, marc lindahl wrote:
From: Stephan Richter <srichter@cbu.edu>
... One day I will release some code regarding this issue, since this has not been the first request...I wish I would have more time...geez...
please, put together the product! :)
Is anyone out there willing to pay for the development? I do not think it would take much time... You could have the product next Monday... Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
Hi Paul! Personally, for Zope integration, I would prefer a python product to a perl product. Especially when there are people already working on a Zope integration :-) There was some code posted on this list a while ago from someone at ZC that had worked on Mailman integration. I was not able to find it... You probably already found out what happens if you search through the archives for "mailman" ;-) Here are some URLs that might be of interest: Barry Warsaw's Mailman Wiki: http://www.zope.org/Members/bwarsaw/MailmanDesignNotes Stefan Holek's "Bulk mailing from Zope": http://www.zope.org/Members/shh/BulkMailHack Mailman itself: http://www.list.org (at GNU: http://www.gnu.org/software/mailman/mailman.html) hth, Danny On Monday 05 November 2001 15:52, Mr Paul Ashley Merrill wrote:
Dear All,
I'm building an intranet site for my company based on Zope and am looking for some mailing list software like Majordomo or Mailman. I basically want a mechanism where people subscribe to lists and are mailed messages when people mail the list. I also want the ability to archive all the messages, search through them, etc. I've looked at Squish Dot and it has most of what I need except you don't subscribe and it does not mail everyone on receipt. Has anyone integrated Zope and Mailman or Zope and Majordomo?
If there is sample code or documentation, then please let me know. Right now I need all the help I can get.
Thanks,
Paul
http://briefcase.yahoo.com.au - Yahoo! Briefcase - Manage your files online.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Danny William Adair -
marc lindahl -
Mr Paul Ashley Merrill -
Stephan Richter