I wanted to remove one user's name (by request) from the list
archives, so I used vim to search & replace his name with xxxxx in:
/var/lib/mailman/archives/private/mylistname.mbox
This worked fine, and I checked and verified that all occurrences were
properly replaced within mbox. Then I ran this command to try to
regenerate the public HTML files:
~mailman/bin/arch mylistname
It appeared to work, all the dates on the HTML files showed the
current time and date, except that they still contained the user's
name. Evidently it was not drawing from the mbox file that I edited.
Where have I gone wrong?
Brian Dunning wrote:
I wanted to remove one user's name (by request) from the list
archives, so I used vim to search & replace his name with xxxxx in:/var/lib/mailman/archives/private/mylistname.mbox
I think you must mean /var/lib/mailman/archives/private/mylistname.mbox/mylistname.mbox
This worked fine, and I checked and verified that all occurrences were
properly replaced within mbox. Then I ran this command to try to
regenerate the public HTML files:~mailman/bin/arch mylistname
It appeared to work, all the dates on the HTML files showed the
current time and date, except that they still contained the user's
name. Evidently it was not drawing from the mbox file that I edited.Where have I gone wrong?
You forgot the --wipe option.
~mailman/bin/arch --wipe mylistname
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Sep 30, 2008, at 8:58 AM, Mark Sapiro wrote:
I think you must mean /var/lib/mailman/archives/private/mylistname.mbox/mylistname.mbox
Yes I did mean that, thank you for the correction.
You forgot the --wipe option. ~mailman/bin/arch --wipe mylistname
I will try this right away and let you know. Thanks.
participants (2)
-
Brian Dunning
-
Mark Sapiro