* Daniel Burrows [Sun, 29 Aug 2004 15:56:53 -0400]: > jester:~> grep -i '^Message-Id:' ~/torrent-mail/debbugs | sort | uniq -c | > sort -n | tail -n 10 > 4 Message-Id: <[EMAIL PROTECTED]> > 4 Message-Id: <[EMAIL PROTECTED]> > 4 Message-Id: <[EMAIL PROTECTED]> > 4 Message-Id: <[EMAIL PROTECTED]> > 4 Message-Id: <[EMAIL PROTECTED]> > 4 Message-ID: <[EMAIL PROTECTED]> > 6 Message-ID: <[EMAIL PROTECTED]> > 6 Message-Id: <[EMAIL PROTECTED]> > 7 Message-Id: <[EMAIL PROTECTED]> > 22 Message-ID: <[EMAIL PROTECTED]>
just with the last line you'd get quite a few popup-and-click. > jester:~> grep -i '^Message-Id:' ~/torrent-mail/debbugs | sort | uniq -c | > grep -v "^[^0-9]*1[^0-9]" | wc -l > 994 note, however, that many of these duplicate m-id *lines* do not mean duplicate *messages*, specially in a debbugs mailbox... (there are many messages matching '^Message-Id' in the body). wishlist bug? thanks, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 If you want the holes in your knowledge showing up try teaching someone. -- Alan Cox