mailman

Simple/lightweight alternative to GNU Mailman?

I'm looking for a dead simple mailing list (unix friendly). Robustness, fine-grained configurability, "enterprise-readiness" (whatever that means) are not requirements. I just need to setup a tiny mailing list for a few friends. Rather than hack something up myself, I was wondering if anybody knows of anything already out there with a si...

Upgrading Mailman with PGP authentication to prevent spam

We had recently a spam attack to our mailing list which overcome all Mailman anti-spam measures, by impersonating the spam as sent from members of the list. To fight such spam, a better authentication is needed and PGP signed emails seem to be one of the solutions. My question is, how to upgrade the Mailman to deal with PGP signed email...

Is there a good way to migrate from a Mailman list to an web forum?

I have a Mailman managed list with years of history that I want to migrate into a web-based forum. Things it would be nice to do: Keep the mailing list going for those who are used to and prefer it to a web interface, but have it integrate with the web-forum activity. Take the web-based forum posts, and send them out to the mailing li...

Grant anonymous access to a specific url/action in Plone

I am running Plone 3.2.3 and I have installed HumaineMailman so that the users on the website can subscribe and unsubscribe themselves from our various mailinglists. HumaineMailman works very simple. There is a special URL/action that gives you a plain text list of all e-mail addresses that are subscribed on a list. For example: http://...

Looking for a PHP mailing list App (not for newsletters)

I am not sure if I'm calling this correctly by the right name, what I would like to find (if it exists) is a group mailing list app (like mailman) but in php. Here is what I expect it to do: Allow for users to email [email protected] with subject like TEAM123 - Deadline is 11/30/2011 (or maybe just [email protected]) and this app...

Have a Python CGI call a Perl CGI, passing original info (to limit searching private Mailman archives to logged-in users)

I need to have a Python CGI script do some stuff (a little bit of security checking), and then end up calling a Perl CGI script, passing anything it received (e.g., POST info) onto the Perl script. For background, my reason for doing this is that I'm trying to integrate Swish searching with Mailman list archives. Swish searching uses s...

How to connect to Mailman mailing list using .Net

Hai Everyone, I have to develop a .Net application in which i have to add or remove a user from Mailman mailing list.My Question is whether there is any .Net connector or Dll to connect to mailman mailing list using .Net. Thanks & Regards Chaithu ...

In Mailman, switching all users to HTML message format

Is there any way to automatically set all members to receive HTML-formatted messages, rather than plain text? I'm trying to avoid having to go through and uncheck "plain" for ~700 members on the membership list in the admin interface. ...

Does Mailman have an API or an export lists, users and owners option?

I am trying to migrate a legacy mailing list to a new web forum software and was wondering if mailman has an export option or an API to get all lists, owners, members and membership types. ...

How can I setup a mailing list that publishes and email to all members when logs in and presses a button on a page?

I want to setup a site where users can register and then simply logon and press a button on a web page (that I will need to build) that then post a generic email to everyone. I want a button on the page that the user can press that will result in an email being sent to all members of the list/group I am looking at mail man. Any ideas?...

Majordomo/Mailman - Yahoo/Google Groups

Hi. Not an app question, but thought that I might ask here anyway! The responses might help someone. I've got an app where we're going to be dealing with 5000-10000 people in a group/pool. Periodically, different subsets of people will break off in their own group. I'm looking for thoughts on how to manage/approach this situation. (F...

How to use os.spawnv to send email copy using Python?

First let me say that I know it's better to use the subprocess module, but I'm editing other people's code and I'm trying to make as few changes as possible, which includes avoiding the importing any new modules. So I'd like to stick to the currently-imported modules (os, sys, and paths) if at all possible. The code is currently (in a ...

Alternative to mailman that is compatible with Google Apps?

Hi, I'm looking for some mailing list software that's compatible with Google Apps. Anyone have any recommendations? ...

Ruby: How to demonize MailMan (incoming mail processing microframework)

I'm using mailman gem for fetching email from pop3 server and send it to Rails application. What should I do to make mailman be as daemon? Please, tell me easiest way to do it. May be whenever gem can help? Something like: every :reboot do command "cd /home/rails/root && ruby bin/mailman_fetcher.rb" end ...

Rails - Using mailman to receice emails

Hi, I'm trying to make an application to receive emails using 'mailman' in RubyonRails3. Can somebody help me provide detail guide on it. ...