blob: d4daa401277c29c370e4be44b5c03c330413e7a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Hacked from bin/sync_members
Copy mailman/contrib/sitemapgen to mailman/bin/ and execute it as so:
/path/to/mailman/bin/sitemapgen -l <listname>
Alternatively add it to cron like so:
5 0 * * * for l in `/path/to/mailman/bin/list_lists -apb`; do
/path/to/mailman/bin/sitemapgen $l; done
|