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...
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...
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...
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://...
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...
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...
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
...
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.
...
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.
...
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?...
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...
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 ...
Hi,
I'm looking for some mailing list software that's compatible with Google Apps.
Anyone have any recommendations?
...
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
...
Hi, I'm trying to make an application to receive emails using 'mailman' in RubyonRails3. Can somebody help me provide detail guide on it.
...