On Fri, Feb 16, 2007 at 11:28:21AM +0000, Tim Golden wrote:
> Kent Johnson wrote:
> > Tim Golden wrote:
> >> field and [EMAIL PROTECTED] in cc: My problem there is that I usually
> >> don't want to send the originating individual a private copy
> >> of an email he/she is going to receive from the list in any
> >> case, so I usually cut-and-paste around so that only the list
> >> is in To: AFAIK, TB doesn't offer any configurability here,
> >> neither a reply-to-list button, nor any option to treat a
> >> list specially on a general reply-to-all.

MailMan provides an administrative option to remove duplicates:

    "Filter out duplicate messages to list members (if possible)"

I believe that it is on by default.

Am I right that, if set, this eliminates your problem?

> > 
> > I use TB too; if you reply-all and just delete the originator from To: 
> > (leaving the list as Cc:) it works fine. Though I have started leaving 
> > the originator in as some people seem to prefer that.
> 
> Thanks for that; (testing it out on this post). My issue is that my 
> procmail filter doesn't seem to pick up the list when it's cced.
> But that's for me to sort out it :)

Maybe a procmail rule something like this:

    :0:
    * ^(To|Cc):[EMAIL PROTECTED]
    tutor-python-folder

Note the Cc.

Dave


-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to