[sdiy] For those who think they are missing list posts
Andre Majorel
aym-htnys at teaser.fr
Wed Apr 25 12:40:29 CEST 2007
On 2007-04-25 09:28 +0200, Andre Majorel wrote:
> This is what I got since the list restarted on 2007-03-27. 493
> messages.
>
> http://www.teaser.fr/~amajorel/misc/sdiy-index.txt
The message IDs are there (sorted) :
http://www.teaser.fr/~amajorel/misc/sdiy-msgid.txt
Assuming your synth-diy mailbox is synth-diy.mbx, this command
will extract the message IDs in it into synth-diy.msgid :
awk '! inpar && /^From .*@.* 2007 *$/ { inheaders = 1 }
/^$/ { inpar = 0; inheaders = 0 }
/./ { inpar = 1 }
inheaders && tolower($1) == "message-id:" { print $2 }' synth-diy.mbx |
sort >synth-diy.msgid
If synth-diy.msgid and sdiy-msgid.txt are identical, we have got
exactly the same messages. Otherwise, this command will give you
the messages you missed :
join -v 1 sdiy-msgid.txt synth-diy.msgid
And that one the messages I missed :
join -v 2 sdiy-msgid.txt synth-diy.msgid
--
André Majorel <URL:http://www.teaser.fr/~amajorel/>
Do not use this account for regular correspondence.
See the URL above for contact information.
More information about the Synth-diy
mailing list