Re: [Mailman-Users] compare lists setup

2017-03-21 Thread Hirayama, Pat
I think that config_list is what you want: config_list -o list1config list1 config_list -o list2config list2 diff list1config list2config --- [root@lists ~]# config_list Configure a list from a text file description. Usage: config_list [options] listname Options: --inputfile filename -i

[Mailman-Users] Mailman and Mimecast

2016-11-18 Thread Hirayama, Pat
Greetings, I am having issues with some addresses on a couple of the few thousand lists that I am hosting in mailman. The addresses in question are using Mimecast for their email protection. So, I'm asking all of you for your opinion/advice. Problem 1: One list gets their email rejected wi

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

2016-07-28 Thread Hirayama, Pat
administrators On 07/28/2016 09:23 AM, Hirayama, Pat wrote: > I suppose you could generate a list of people to send by doing something like: > > /usr/lib/mailman/bin/list_admins --all | sed 's/.*Owners: //'|sed > 's/,/\r/g'|sed 's/ //g'|sort|uniq You can produce

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

2016-07-28 Thread Hirayama, Pat
I suppose you could generate a list of people to send by doing something like: /usr/lib/mailman/bin/list_admins --all | sed 's/.*Owners: //'|sed 's/,/\r/g'|sed 's/ //g'|sort|uniq And that use that to send your email. Maybe combine it with xargs to do something like: /usr/lib/mailman/bin/list_

Re: [Mailman-Users] Message discarded without reason logged in vette

2016-07-08 Thread Hirayama, Pat
ugh 'again', it discarded the message. Thanks to Mark Sapiro (mark_at_msapiro.net) for catching that those headers were there when they shouldn't have been! -p -Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Friday, July 8, 2

Re: [Mailman-Users] Message discarded without reason logged in vette

2016-07-08 Thread Hirayama, Pat
Mark Sapiro [mailto:m...@msapiro.net] Sent: Friday, July 8, 2016 9:55 AM To: Hirayama, Pat ; mailman-users@python.org Subject: Re: [Mailman-Users] Message discarded without reason logged in vette On 7/8/16 9:33 AM, Hirayama, Pat wrote: > > This is the message (from just a few minutes a

Re: [Mailman-Users] Message discarded without reason logged in vette

2016-07-08 Thread Hirayama, Pat
Sapiro [mailto:m...@msapiro.net] Sent: Friday, July 8, 2016 9:27 AM To: Hirayama, Pat ; mailman-users@python.org Subject: Re: [Mailman-Users] Message discarded without reason logged in vette On 7/8/16 9:00 AM, Hirayama, Pat wrote: > > WRT Content filtering -- if filter_content is set to NO, then n

Re: [Mailman-Users] Message discarded without reason logged in vette

2016-07-08 Thread Hirayama, Pat
- From: Mailman-Users [mailto:mailman-users-bounces+phirayam=fredhutch@python.org] On Behalf Of Mark Sapiro Sent: Thursday, July 7, 2016 5:52 PM To: mailman-users@python.org Subject: Re: [Mailman-Users] Message discarded without reason logged in vette On 7/7/16 3:58 PM, Hirayama, Pat wrote: >

[Mailman-Users] Message discarded without reason logged in vette

2016-07-07 Thread Hirayama, Pat
So, I found a 10 year old post where Mark Sapiro described some of the reasons why "Message discarded" with only a message id and no reason happens: Examples are when nothing is left after content filtering, a post from a moderated user when action is discard, a post from a non-member in discard_

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-08 Thread Hirayama, Pat
Ah! include_sender_header does sound like it would be helpful in this case. (And I'm the site admin, actually). Have to decide if it is worth it to either (a) switch from supplied RPMs to source code; or (b) rebuild this server with CentOS 7 instead of CentOS 5 it is currently running. Thank

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-08 Thread Hirayama, Pat
Mark, > It depends on how much work you want to do. If YOU have a decent MUA, > you can open the original attached "unrecognized bounce" message and > resend it to the list. It might be held for implicit destination, but > you can avoid that by adding the -bounces address to the list's > acceptab

[Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Hirayama, Pat
Greetings, Apparently, many of my subscribers must be using Outlook, so they see the mailto:listname-bounces@domain hypertext and are copying that to send new messages to the list. Aside from repeatedly telling the users that they need to send to listname@domain, have any of you found a better

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Hirayama, Pat
ike a good idea to have the list admins forward the message, since that will change the sender. Thanks, -p -Original Message- From: Hirayama, Pat Sent: Friday, March 04, 2016 10:30 AM To: 'mailman-users@python.org' Subject: How do I prevent s