Thanks, that make sense, Also is there any way to turn that off via command line for a bunch of lists or just in the GUi, I looked at "'mailman shell --details:" but could not find a command to turn it off.
I had archives off on my lists in mailman 2, and when I import they stayed off, but the archiver is enabled.
I have a script that pulls all the list configs
"curl --user *******:******* http://127.0.0.1:##/3.1/lists/"$i"/config | python3 -m json.tool >> ${OUTPUT_DATA_DIR}/listconfigs.txt
Then I look to see if any list has changed this setting "archive_policy": "never", so I know if any list admin has enabled archives...
But is there a setting in the config that shows if the archiver got turned on? I want to know if anyone turns it on after I turn it off