Tagged Questions
Mailman is a Python-based free platform for managing email lists and discussion groups.
7
votes
5answers
661 views
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 ...
4
votes
2answers
4k views
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 set up a tiny ...
3
votes
3answers
399 views
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 ...
1
vote
1answer
39 views
How messages are organized into thread? [closed]
guys.
Can anyone explain how mailing messages are organized into threads? As I understood, messages are sent always to the same email of the group. So there has to be some identifier of thread...
1
vote
2answers
124 views
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 ...
1
vote
1answer
155 views
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 ...
1
vote
1answer
471 views
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.
...
0
votes
1answer
58 views
Manually connect to Rails DB from mailman app
I am using mailman for receiving of emails and I need to put received emails to DB. As long as mailman is a separate app, I can not use ActivRecord directly. Could you advice how manually to connect ...
0
votes
1answer
56 views
How to remove attachments from received mail in ActionMailer?
I'm using Mailman to pull e-mails from a POP3 server and process them. But, before processing, I want to ignore any attachments that they might have.
I'm looking everywhere to see if Mail supports ...
0
votes
0answers
25 views
How to disable approval message?
I am using mailman to notify my users for a new feature or just to send newsletter.
I've set it to send message for approval and notify user that he cannot send message to this mailing list because ...
0
votes
1answer
107 views
Looking for a mailman equivalent which uses a MySQL backend
I have been running a mailing list using Mailman which is installed on my server, so that anyone on the mailing list can send an email to a single email address and it gets sent out to everyone on the ...
0
votes
2answers
157 views
How to submit the form to two different pages
I'm creating a register form for a mail list. After submit the form, I'd like to register all data in the database and then "re-submit" the data to another page to register the user on the mail list.
...
0
votes
0answers
80 views
New Bounce Processing Templates in Mailman
When mailman receives a bounceback in a format that it doesn't recognize, it discards the message and sends an "Uncaught bounce notification" to the list administrator.
How would it be possible to ...
0
votes
0answers
110 views
Issue with implementing mailman on Rails Playground
Am working on a project where I need to capture & save the email-responses of the users for every email posted to them by the server. So, for every email posted, I send it as ...
0
votes
1answer
166 views
Mailing list replies to go only to the sender, except when reply-all is used
I am working on a PHP based mailing list using PHPmailer.
Currently I have implemented two options for answers to mailing list posts: reply to sender only Vs reply to list. This basically controls ...
0
votes
0answers
314 views
Rails - Using mailman to receice emails
I'm trying to make an application to receive emails using 'mailman' in RubyonRails3. Can somebody help me provide detail guide on it.
0
votes
1answer
595 views
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 ...
0
votes
2answers
500 views
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.
0
votes
3answers
359 views
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. ...