From owner-freebsd-hackers Sat Dec 21 14:40:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA05314 for hackers-outgoing; Sat, 21 Dec 1996 14:40:02 -0800 (PST) Received: from hub.org (root@hub.org [207.107.138.200]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id OAA05276 for ; Sat, 21 Dec 1996 14:39:59 -0800 (PST) Received: from thelab.hub.org (thelab.hub.org [207.107.138.221]) by hub.org (8.8.2/8.7.5) with SMTP id RAA27305; Sat, 21 Dec 1996 17:38:46 -0500 (EST) Date: Sat, 21 Dec 1996 17:38:34 -0500 (EST) From: "Marc G. Fournier" To: "Jordan K. Hubbard" cc: Luigi Rizzo , hackers@freebsd.org Subject: Re: Posting to multiple lists In-Reply-To: <26830.851197722@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 21 Dec 1996, Jordan K. Hubbard wrote: > > I fully second your reply. However, if it is really possible to do > > what the poster says (configure majordomo not to send duplicate > > emails for different mail lists) that is something that would be > > useful anyways. > > I'm not sure how it could, unless it always just chose the first > mailing list as the "target" and then somehow registered this fact > so that a reject would occur for any other mailing lists the user > tried to post it to. > Somewhat related, but from an 'end-user' viewpoint, I was finding it annoying to receiving the same email in several 'filtered' mailboxes because of cross posting. Using procmail to do the filtering, if anyone wants to get around this, try at the top of your .procmailrc: ---- DAYFOLDER=`date +%y%m%d` # this will prevent 'crossposted' messages from getting duplicated :0 Whc: msgid.lock | formail -D 8192 msgid.cache # this will backup the duplicates incase the above didn't work :0 a: $MAILDIR/duplicates/$DAYFOLDER # save a copy of everything, just in case :0 c $MAILDIR/backup/$DAYFOLDER ---- The backups are pure paranoia, and have never had to make use of them...YMMV... Not related to Majordomo, but might help some out there to at least control this on their end...