// COMPLETE THREAD

Re: Procmail during the transition, anyone?

1 expanded post ยท every known parent and child

NODE 57ca20cbRe: 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