Re: texpire deleting more articles than it should
John Wiegley <[email protected]>
| Newsgroups | gmane.network.leafnode |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Matthias Andree <[email protected]> writes: > sorry for that. Are there logs beyond what you've quoted? I found most of my problem: duplicate message-ids being strangely handled. I had two files, a and b, both with the same message-id. a was linked into message.id, but b wasn't. When I ran texpire -D 257 -vvv -f -e -n wg21.c++.all, it told me it was going to delete a, but that it was *also* going to delete b because it wasn't in message.id. Then I ran texpire -vvv -f -r -n wg21.c++.all, which fixed up the hard links in message.id. *Then*, when I ran the first command again, it reported it was only going to delete a now, and not b anymore. Otherwise, the deletions it proposed all seem like legitimate duplicates after analysis. The only bug here is that it would have deleted both a and b until I repaired the message.id hard links for that group. In essence this means that, to be safe, I have to always run this: texpire -vvv -f -r -n texpire -vvv -f > Are you running leafnode on a 64-bit computer? Please show me the output of > "leafnode-version -v". Yes: --8<---------------cut here---------------start------------->8--- version: leafnode-2.0.0.alpha20110815a.luascript current machine: Darwin vulcan 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 bindir: /usr/local/stow/leafnode-2.0.0.alpha20110815a/bin sysconfdir: /usr/local/stow/leafnode-2.0.0.alpha20110815a/etc default spooldir: /Users/johnw/Library/Mail/Newsdir default MTA: /usr/sbin/sendmail pcre version: 8.12 2011-01-15 Lua scripting: no --8<---------------cut here---------------end--------------->8--- Thanks, John