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
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,
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
"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
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
-
> 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
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