On Wed, 22 Sep 1999, Simon Budig wrote: > Its not a problem with *my* mailer. I can add the Reply-To: Field > for me with a simple procmail rule. The Problem is: If I write > something to the list and somebody answers to me I normally get > (in 8 of 10 cases) the same mail twice, since the other person > answers directly to me and Cc:s to the list. The pity is: > This fact prevents me from separating private from gimp-devel Mails. > It is virtually impossible to determine (lets say with procmail) if > a mail is a response to a posting to the list, which also reached the > list, or if it is a private reply. I would say that this is correct behaviour. If someone includes your mail address either in To: or Cc:, it's intended that you get a second copy besides the one going to the list. If you don't like this, then complain (to the author of the posting). BTW, it should be easy to sort out mails going to oneself _and_ the list with procmail. As an example, I have these lines in my procmailrc: ---8<--- :0 H * ^Delivered-To: mailing list gimp-developer@xxxxxxxxxxxxxxxxx* list-gimp-developer ---8<--- They match on all postings to gimp-developer which passed through the mailing list system. If I don't want double mails, I can place a rule after it, like this (not tested, beware): ---8<--- :0 H * ^TO_ gimp-developer@xxxxxxxxxxxxxxxx /dev/null ---8<--- This drops all mails that go to the list, but didn't pass the mailing list system. Or did I misunderstand you? Nils -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nils Philippsen @college: nils@xxxxxxxxxxxxxxxx Vogelsangstrasse 115 @home: nils@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx D-70197 Stuttgart @work: nils@xxxxxxxxx +49-711-6599405 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offence. -- Edsger W. Dijkstra