NODE 57ca20cbRe: Procmail during the transition, anyone?
Anil Das <das@sgi.com>Wed, 12 Feb 1997 23:07:55 -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