Maintainer policy for GDB
Joel Brobecker
brobecker@adacore.com
Fri Nov 18 19:25:00 GMT 2005
> I don't know of any technological solution, except to configure the
> list server to filter addresses in order to prevent multiple messages.
> Most mailing lists don't do that, and FWIW I'm used to have double
> messages, they don't annoy me. That's why I cannot understand why
> people bother to use Mail-Followup-To. IMHO it causes more trouble
> than it's worth.
I was going to answer Eli privately about this, but maybe it's going
to be useful to others too, so here is a small suggestion. You know
that emails all have a message ID that is unique to the email. The same
email sent to a mailing list and an individual will have the same
message ID. So you can use that to filter out doubles. Here is a
procmail recipe that does just that:
# The following 2 rules will avoid e-mail duplicates (these duplicates
# are stored in the duplicates folder instead).
:0Wch:.messageid.lock
| formail -D 32768 .messageid.cache
:0a:
duplicates
--
Joel
More information about the Gdb
mailing list