31 Jul
2018
31 Jul
'18
7:22 p.m.
On 07/31/2018 07:04 AM, Ryan McClung wrote:
Scratch that. Ran with the corrected script and getting the following: [root@mailman3(stg) archives]# mailman lists No matching mailing lists found
Any thoughts?
This
for DIR in $DIRS; do mailman create "${DIR}"; mailman import21 "${DIR}"@afilias.info "${DIR}"/config.pck;
is still wrong. The list name for mailman create needs to be fully qualified as in
for DIR in $DIRS; do mailman create ${DIR}@afilias.info; mailman import21 ${DIR}@afilias.info ${DIR}/config.pck;
(Do you look at the output from your script?)
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan