On Sunday 29 August 2004 03:41 pm, Adeodato Simó wrote: > * Daniel Burrows [Sun, 29 Aug 2004 15:38:43 -0400]: > > On Sunday 29 August 2004 03:30 pm, you wrote: > > > I got the reported message exactly *once*. Then I did run (out of > > > curiosity): > > > > $ grep -i '^Message-Id:' /tmp/devel | sort | uniq -c | sort -n | tail > > > -n 2 > > > 1 Message-Id: <[EMAIL PROTECTED]> > > > 2 Message-Id: <[EMAIL PROTECTED]> > > > > after some more testing, it really seems that you get a warning for > > > each duplicate Message-Id. so: > > > I got it at least a dozen times -- I think more. I can send you the > > mailbox > > if you want, it's just a large collection of debbugs traffic. > > can you please run the above command on the mbox yourself? with tail > -n 2 ==> tail -n 10 or so.
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]>
jester:~> grep -i '^Message-Id:' ~/torrent-mail/debbugs | sort | uniq -c | grep
-v "^[^0-9]*1[^0-9]" | wc -l
994
Daniel
--
/-------------------- Daniel Burrows <[EMAIL PROTECTED]> -------------------\
| You are standing west of a white house. There is a mailbox here. |
\------- (if (not (understand-this)) (go-to http://www.schemers.org)) --------/
pgp3ChSbnpVTQ.pgp
Description: PGP signature

