[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: More Comments on the Lists



> Can I just chip a point in here which no one else has mentioned.
> Once the archives are set up on the new servers are all the little bits at
> the bottom of each email saying where to subscribe  or search etc going to
> be adjusted to reflect the new list name / location / archive location etc?
> Some sort of monster global search and replace type thing I guess.

Good catch/idea!

Running a small sed script against each 'master' list mbox file before 
importing it to the new mailman should take care of it:

cat cobalt-security.mbox | \
sed s/list.cobalt.com/list.qbalt.com/ > cobalt-security-new.mbox

Repeat for -users and -developers. Then use the -new.box files to import into 
the new mailman.

Hardly takes any time/work at all... :)