Re: [Mailman-Users] compare lists setup

2017-03-22 Thread Mark Sapiro
On 03/22/2017 03:39 PM, Julian H. Stacey wrote: > > cd /usr/local/mailman/lists > config_list -o - bg | egrep -v '^[[:space:]]*#|^$'# OK, but not ideal > config_list -o - bg | egrep -v '^[[:space:]]*#|$' # Empty. Because '^[[:space:]]*#|$' matches '^[[:space:]]*#' or '$' i.e. everythin

Re: [Mailman-Users] compare lists setup

2017-03-22 Thread Julian H. Stacey
jdd wrote: > Le 22/03/2017 à 01:38, Julian H. Stacey a écrit : > > "Hirayama, Pat" wrote: > >> I think that config_list is what you want: > >> config_list -o list1config list1 > >> config_list -o list2config list2 > >> diff list1config list2config > > Thanks to jdd for asking, & Pat for answering,

Re: [Mailman-Users] compare lists setup

2017-03-22 Thread jdd
Le 22/03/2017 à 01:38, Julian H. Stacey a écrit : "Hirayama, Pat" wrote: I think that config_list is what you want: config_list -o list1config list1 config_list -o list2config list2 diff list1config list2config Thanks to jdd for asking, & Pat for answering, I too am using this to debug a trou

Re: [Mailman-Users] compare lists setup

2017-03-21 Thread Julian H. Stacey
"Hirayama, Pat" wrote: > I think that config_list is what you want: > > config_list -o list1config list1 > config_list -o list2config list2 > diff list1config list2config Thanks to jdd for asking, & Pat for answering, I too am using this to debug a troublesome list list. Cheers, Julian -- Juli

Re: [Mailman-Users] compare lists setup

2017-03-21 Thread jdd
Le 21/03/2017 à 16:54, Hirayama, Pat a écrit : I think that config_list is what you want: config_list -o list1config list1 config_list -o list2config list2 diff list1config list2config thanks, it's exactly what I needed:-) jdd -- Mailman-Us

Re: [Mailman-Users] compare lists setup

2017-03-21 Thread Hirayama, Pat
- > From: Mailman-Users [mailto:mailman-users- > bounces+phirayam=fredhutch@python.org] On Behalf Of jdd > Sent: Monday, March 20, 2017 10:53 AM > To: mailman-users@python.org > Subject: [Mailman-Users] compare lists setup > > Hello :-) > > Gmail recipient anti spam filters

[Mailman-Users] compare lists setup

2017-03-21 Thread jdd
Hello :-) Gmail recipient anti spam filters get me mad. After some work, I have one list that reaches the gmail recipients, good! but I have an other list that get bounces. same server, same domain. I guess I forgot some setup on the other list comparing on the web interface is very difficult