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
0
votes
1 answer

How to fetch "Reply-To" attribute from email by using mailman (Rails)?

I am polling emails from my rails application by using Mailman gem. I followed the Railcasts here In that Railscasts, Ryan Bates showed how to retrieve the Subject and the Content from the email that we received, and I could follow that just fine.…
Ryzal Yusoff
  • 957
  • 2
  • 22
  • 49
0
votes
1 answer

how should mail server respond to unsubscribe requests for nonexistent mailing lists?

Our mail server has been blacklisted by lashback.com because "Sender has sent to LashBack Unsubscribe Probe accounts", but we haven't hosted any mailing lists for years. Our server responds to such requests, whether legitimate or merely Lashback…
0
votes
4 answers

Looking for a simple Mailing List / Forum implementation for/in Python/Plone

I am in the process to set up a new site with Plone, and I am looking for a simple mailing list / forum implementation. I am aware of Mailman, of course. But what I am looking for is some hybrid solution which shows discussion threads in a web UI as…
0
votes
1 answer

GNU Mailman: Too many open files/No module

I'm running CentOS6 with Mailman. Imported the old Mailman list from the old server via Plesk. Currently I'm running into several errors. Installed version of Python is 2.7.8. Already fixed some of them, but not all. Already modified…
0
votes
1 answer

Where should I place my custom verify.txt file for my Mailman mailing list?

According to documentation, in order to customize the contents of the subscription confirmation email that gets send out when a user subscribes to a Mailman mailing list, you need to edit a file called verify.txt. This file is supposed to be in…
Questioner
  • 7,133
  • 16
  • 61
  • 94
0
votes
1 answer

How to change mailman defaults

we are using mailman in our company for very different things and we are creating a lot of lists all the time. What I'd like to do is to change the server wide defaults of mailman. For example I'd like to have my/our own welcome message in every new…
bumblebee
  • 17
  • 5
0
votes
1 answer

python last post older than n days ago

I am writing a MailMan withlist extension to give the last post time of a list if it was before n days ago. import sys import time from datetime import datetime, timedelta from Mailman import mm_cfg from Mailman.Errors import…
0
votes
1 answer

GNU Mailman Admin Interface Login

Every time I try to get access to the webinterface via http://domain.com/admin/liste a Login Console prompts up, it requires a Username and a Password. What is that Username (and PW)?
0
votes
1 answer

mailman list: subscribe without sending user to another page

Is there any way I can have users sign up for my mailman list without having them redirected to the mailman list page? A simple form on my site at the top right corner of every page works fine. It is simple and elegant.
0
votes
1 answer

Rails: uninitialized constant MODEL_NAME

I have a ruby on rails script that I run by issuing the command: sudo ruby script/mailman_server The contents of this file are: #!/usr/bin/env ruby require "rubygems" require "bundler/setup" require "mailman" require "rb-inotify" require…
user985723
  • 628
  • 2
  • 8
  • 18
0
votes
3 answers

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…
Sander Marechal
  • 22,978
  • 13
  • 65
  • 96
0
votes
2 answers

Best email marketing software (alternative to PHPlist)

Are there good alternatives to PHPlist out there? Particularly in ruby on rails? We are looking to build a product like www.campaignmonitor.com thanks!
dazhi
  • 339
  • 1
  • 3
  • 13
0
votes
1 answer

php sending mass email through pearl mail - viewing sent messages/messages in queue

I have a mass email setup in php using the mail.php function. I have read the post "Sending Mass email using PHP" which was helpful, but didn't wanted to open conversation on a new post. I would like the ability to view messages in queue or past…
user1071915
  • 99
  • 3
  • 12
0
votes
1 answer

Django Database Improperly Configured when function called outside of Django

I'm trying to call a python function that makes some queries into my django database from GNU mailman. When mailman tries to deliver a message, it imports my python script. It later calls a function in my script to modify the message object. The…
user1435114
  • 193
  • 1
  • 11
0
votes
1 answer

Approval bit not set for user x@y.z, yet messages from x@y.z require approval. Why?

See enclosed image I have a list of users on a mailing list. Their approval bit is off, yet mailman requires an approval anyway. I want people not on the list to not be able to send messages, and people who are on the list to send messages without…
alberto56
  • 2,997
  • 3
  • 28
  • 47