From owner-freebsd-questions Fri Mar 1 07:47:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA21351 for questions-outgoing; Fri, 1 Mar 1996 07:47:08 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA21345 for ; Fri, 1 Mar 1996 07:47:03 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA14819; Fri, 1 Mar 1996 08:49:37 -0700 Date: Fri, 1 Mar 1996 08:49:37 -0700 From: Nate Williams Message-Id: <199603011549.IAA14819@rocky.sri.MT.net> To: "Richard Wackerbarth" Cc: "FreeBSD Questions" Subject: Re: Eliminating Duplicate Postings In-Reply-To: References: Sender: owner-questions@FreeBSD.org Precedence: bulk > Would it be feasable to put a filter in the e-mail lists that reviews > the TO: and CC: lines. If it finds a message directed to two lists, it > selects one and eliminates the other. Thus, for example, mail to > "jordan" and "current" and "hackers" would go only to "current", > deleting the duplication. Yes it would be feasible since perl has to munge on every header anyway. Are you willing to do the dirty work in perl? If so, grab majordomo and hack on the source and get back to us (probably Jonathan, but I'd be willing to look at it) with the solution. Nate