// COMPLETE THREAD

Re: Procmail during the transition, anyone?

3 expanded posts ยท every known parent and child

NODE 2960b405Re: Procmail during the transition, anyone?
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?
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?
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.