Re: [Mailman-Users] Any scripting available for global site admin

2018-06-04 Thread Gretchen R Beck
Global remove is easy. The bin/remove_members application as a --fromall option So something like this: /bin/remove_members --fromall idtoremove@their.domain Gretchen Beck Carnegie Mellon From: Mailman-Users on behalf of Parker, Michael D. Sent: Monday, Ju

[Mailman-Users] Subscription via email

2018-05-25 Thread Gretchen R Beck
Is it possible to subscribe members to a list via email (for the admin to send an email with one or more addresses to subscribe to a list -- similar to the mass subscription page)? Gretchen Beck Carnegie Mellon -- Mailman-Users mailing list M

[Mailman-Users] Anyone successfully using a proxy with recaptha v2 in mailman?

2018-03-16 Thread Gretchen R Beck
Hi Folks, My apologies if this is the wrong list. We're moving a departmental mailman server which was unfirewalled (except the server's local firewall) that used the recaptcha v1 client and additions from Andrea Veri. The new machine is behind a network firewall, and the "recommendation" is

Re: [Mailman-Users] Suggestion: Add a new binary flag: "Discard [or bounce] Sender Posts

2017-04-16 Thread Gretchen R Beck
Couldn't you just do individuals subscribers as a spam filter within the Privacy options? Gretchen Beck Carnegie Mellon From: Mailman-Users on behalf of Julian H. Stacey Sent: Sunday, April 16, 2017 7:27 PM To: mailman-users@python.org Cc: Julian H. St

Re: [Mailman-Users] accept_these_nonmembers for umbrella lists

2017-01-05 Thread Gretchen R Beck
ella lists On 01/05/2017 12:58 PM, Gretchen R Beck wrote: > > I have an umbrella list. My address (cmupyt...@cmu.edu) is a member of the > parent list (list1), and on the accept_these_nonmembers on the second list > (list2). It is NOT subscribed to list2 > > When I post

[Mailman-Users] accept_these_nonmembers for umbrella lists

2017-01-05 Thread Gretchen R Beck
I have am trying to figure out why the following happens: I have an umbrella list. My address (cmupyt...@cmu.edu) is a member of the parent list (list1), and on the accept_these_nonmembers on the second list (list2). It is NOT subscribed to list2 When I post to list2 directly, the post is ac

Re: [Mailman-Users] Sending mails to all list administrators

2016-07-28 Thread Gretchen R Beck
Or, even easier to generate the list: /usr/mailman/bin/list_lists | awk '{print $1 "-owner@"}' From: Mailman-Users on behalf of Hirayama, Pat Sent: Thursday, July 28, 2016 12:23 PM To: Martin Stein; mailman-users@python.org Subject: Re: [Mailman-Users] Se

[Mailman-Users] Defending against DDOS style scanning

2016-06-17 Thread Gretchen R Beck
Hi Folks, We had a group of machines hit our mailman server hard last night -- trying all the advertised lists and their corresponding URLS. After shutting down and restarting the webserver, the attempts stopped. What (if anything) are folks doing to protect against such events? Thanks!

[Mailman-Users] Suggestions for handling archive growth

2016-04-14 Thread Gretchen R Beck
Hi Folks, As our archives approach a terabyte in size, I was wondering if anyone had suggestions or tips for handling archive growth and storage. I've got some ideas, but am wondering what others might be doing. Just as background, we have a few thousand lists, and support a mid-sized univers

[Mailman-Users] View a user's subscription options

2015-12-01 Thread Gretchen R Beck
Is there a command line script that can be used to view an individual user's subscription options for a specific list? Gretchen Beck Carnegie Mellon -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/

[Mailman-Users] Expiring mailing lists

2015-07-17 Thread Gretchen R Beck
I noticed that a couple of sites lists include expiration dates for their mailman lists. I'm interested in using such a feature on my site; is there a particular version where this is available, or is it customized site-by-site? Any pointers to information on implementation? [Also, if this is

Re: [Mailman-Users] Wrap Message and Munge From aren't happening

2015-06-17 Thread Gretchen R Beck
Oh, and the site default from_is_list = 0 (Accept) --Gretchen From: Mailman-Users [mailman-users-bounces+cmupythia=cmu@python.org] on behalf of Gretchen R Beck [cmupyt...@cmu.edu] Sent: Wednesday, June 17, 2015 12:02 PM To: mailman-users@python.org

[Mailman-Users] Wrap Message and Munge From aren't happening

2015-06-17 Thread Gretchen R Beck
Hi Folks, I have a new test mailman server running 2.1.18.1. It's got some customizations in it from our old 2.1.9 server. Everything seems to work except the DMARC policy -- specifically, if I send mail to a list from my yahoo address, it bounces if the DMARC moderation action for the list i

Re: [Mailman-Users] No mail received

2015-03-05 Thread Gretchen R Beck
Hi Bryan, I've encountered something similar when there is a problem with the Outgoing qrunner (it's behind, a disk is over quota, sendmail -- which we use for the MTA layer -- is throwing an error, the list has gotten tagged by the spam filter, etc). How do your queues look? Gretchen Beck Ca