Questions tagged [mailman]

Mailman is a Python-based open-source platform for managing email lists and discussion groups.

Mailman is a Python-based free platform for managing email lists and discussion groups ("listserv"s). Mailman includes a web-based interface for users and administrators, as well as email-based tools and commands. Mailman supports archiving, bounce processing, filtering, digest delivery, spam filters, and more.

78 questions
16
votes
3 answers

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 mailing list for a few friends. Rather than hack…
Loren Segal
  • 3,251
  • 1
  • 28
  • 29
9
votes
5 answers

Is there a good way to migrate from a Mailman list to a 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…
jbm
  • 1,482
  • 11
  • 26
5
votes
3 answers

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 mailinglist@domain.com with…
Jakub
  • 20,418
  • 8
  • 65
  • 92
4
votes
1 answer

Chinese characters displayed as question marks in mailing list?

I subscribed to a mailing list whose content is primarily Chinese. Every time I received the email, every Chinese character is replaced by ?. I then dug into the email headers and found > Content-Type: text/plain; charset="utf-8" I think this is…
Sibbs Gambling
  • 19,274
  • 42
  • 103
  • 174
4
votes
1 answer

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 …
petRUShka
  • 9,812
  • 12
  • 61
  • 95
4
votes
2 answers

POPAuthenticationError - Mailman Error when polling from Gmail account

I am trying to enable my Rails application to receive email from a Gmail Account. I follow this screencast : Receiving Email with Mailman . I tried to the the polling for emails from my Gmail account, so that everytime somebody send an email, my app…
Ryzal Yusoff
  • 957
  • 2
  • 22
  • 49
3
votes
1 answer

How do I know if my mailman post was succesful using gmail?

If you post to a mailman mail list using gmail, you won't receive your own mail in the inbox, since it's immediately archived. There are many complaints about Gmail's behaviour about this, but until now there's nothing you can do about. Is there…
lumbric
  • 7,644
  • 7
  • 42
  • 53
3
votes
1 answer

MailMan and Saving Attachments

I'm using the mailmain gem to grab pop3 mail. This library uses the mail gem to break up the message body and attachments. I'm to the point where I can get the attachment in the pry command line like so: 14: Mailman.config.rails_root = '../' 15:…
timsabat
  • 2,208
  • 3
  • 25
  • 34
2
votes
1 answer

How to process an email thread with mailman

If the person replying to a "ticket" is using a mail client such as gmail that reply will show a whole conversation thread when I do @message.body.decoded rather than the text that they typed. Is there a way to extract just that portion of text?
Joseph Le Brech
  • 6,541
  • 11
  • 49
  • 84
2
votes
1 answer

How messages are organized into thread?

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...
Konstantin Milyutin
  • 11,946
  • 11
  • 59
  • 85
2
votes
0 answers

Is it possible to set up the Mailman rest interface in Mailman3 over ssl?

The documentation says that the Mailman rest interface provides http basic authentication. Is it possible to configure the rest API to accept (only?) SSL connections? The documentation, for example,…
Marvin
  • 2,537
  • 24
  • 35
2
votes
0 answers

Rails SocketError

I am trying to access mail of outlook using mailman But I am getting an error. getaddrinfo: Name or service not known I was able to do of gmail with the code but when i tried for outlook it is giving me error. [outlook_controller] require…
Aniket Tiwari
  • 3,561
  • 4
  • 21
  • 61
2
votes
1 answer

How to send reply mail to particular mail using mailman server in ruby on rails

I want to send acknowledge mail to a particular mail using mailman server. I tried many times to do that. But I did not get any solutions. Please advise me to do the thing.
Anitha
  • 1,045
  • 3
  • 18
  • 31
2
votes
3 answers

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.
Ritesh M Nayak
  • 8,001
  • 14
  • 49
  • 78
2
votes
2 answers

Postfix-Mailman "Recipient address rejected: User unknown in local recipient table"

I assume the error is an issue with my postfix configuration. I've followed the steps in the instructions here to set up apache/postfix/mailman. Real domain replaced with mydomain.com I've created a default mail list called mailman. When I send an…
Ryan H
  • 547
  • 1
  • 6
  • 18
1
2 3 4 5 6