* Derek Cunningham <[EMAIL PROTECTED]> [Nov 13. 2000 16:48]:
> Tibor Simko wrote:
> 
> > Hello
> > 
> > 
> >> Does anyone else get two (2) copies of each post to the mailing
> >> list?
> > 
> > 
> > There is Usenet's "Mail-Copies-To" header: if you set this header to
> > "never" then decent MUAs would direct their replies only to the list
> > and not to your personal address.
> > 
> > cheers
> 
> also, if you use a configurable (or programmable) email client (VM 
> anybody? i plan to use it once i can get it to rec mail from my imap 
> servers), then you could write some quick code that will automagically 
> delete your email, the users email, and just leave the list's email.

People would maybe like to know this nice procmail rule, that removes
duplicate mails (from man procmailex):

 :0 Wh: msgid.lock
 | formail -D 8192 msgid.cache

And in case of slight paranoia like myself, save the duplicate mails to
a folder called duplicate (yes, very original):

 :0 Whc: msgid.lock
 | formail -D 8192 msgid.cache

 :0 a:
 duplicates

Regards,
Mads Martin.
-- 
Mads Martin Joergensen, http://mmj.dk
"I have a nice perspective on what it means to be in charge of the most
 important project in the history of mankind." 
                    -- Brian Valentine, Windows 2000 Project Manager 

Reply via email to