NODE 2960b405Re: Procmail during the transition, anyone?
Anil Das <das@sgi.com>Thu, 13 Feb 1997 06:41:04 -0800 (PST)
Michael Froomkin - U.Miami School of Law wrote:
>
> At various stages in the transition, we will be getting multiple copies of
> the same messages as the are re- cross- whatever-posted to lists,
> newsgroups and anything else handy.
>
> Anyone have a procmail script that will show me just ONE copy of messages,
> even if the headers are not identical (e.g. one looped, another was
> forwarded, etc.)?
>
# Remove duplicate messages
:0 Wh: .msgid.lock
| formail -D 8192 .msgid.cache
It detects duplicates by Message-Id.
--
Anil Das
NODE 08253c72Re: Procmail during the transition, anyone?
Derek Atkins <warlord@MIT.EDU>Thu, 13 Feb 1997 08:43:32 -0800 (PST)
Anil Das <das@sgi.com> writes:
[snip]
> It detects duplicates by Message-Id.
Unfortunately, the messages that make it through to the cypherpunks
list have their MessageID changed when they get approved. So,
checking for duplicates by MessageID fails, given the current approval
mechanism. :(
I've informed Sandy of the problem, but he doesn't know how to
preserve the original MessageIDs.
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL N1NWH
warlord@MIT.EDU PGP key available
NODE 640ae36aRe: Procmail during the transition, anyone?
ichudov@algebra.com (Igor Chudov @ home)Thu, 13 Feb 1997 10:37:55 -0800 (PST)
subs-cri-be to the unedited list.
igor
Derek Atkins wrote:
>
> Anil Das <das@sgi.com> writes:
>
> [snip]
> > It detects duplicates by Message-Id.
>
> Unfortunately, the messages that make it through to the cypherpunks
> list have their MessageID changed when they get approved. So,
> checking for duplicates by MessageID fails, given the current approval
> mechanism. :(
>
> I've informed Sandy of the problem, but he doesn't know how to
> preserve the original MessageIDs.
>
> -derek
>
> --
> Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
> Member, MIT Student Information Processing Board (SIPB)
> URL: http://web.mit.edu/warlord/ PP-ASEL N1NWH
> warlord@MIT.EDU PGP key available
>
- Igor.