Re: [Mailman-Users] migrating templates after upgrade

2004-07-05 Thread Richard Barrett
On 4 Jul 2004, at 23:09, Akop Pogosian wrote: I have upgraded mailman installation from 2.0.13 to 2.1.5. The documetation mentions something about updating list templates but I am still not sure how to do it. So far I have run the following commands: cd ~mailman/lists for i in *;do diff -r $i ../te

[Mailman-Users] migrating templates after upgrade

2004-07-04 Thread Akop Pogosian
I have upgraded mailman installation from 2.0.13 to 2.1.5. The documetation mentions something about updating list templates but I am still not sure how to do it. So far I have run the following commands: cd ~mailman/lists for i in *;do diff -r $i ../templates/en > $i.diffs;done Now, the *.diff f