Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 1996 17:38:34 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        Luigi Rizzo <luigi@labinfo.iet.unipi.it>, hackers@freebsd.org
Subject:   Re: Posting to multiple lists 
Message-ID:  <Pine.BSF.3.95.961221173438.786D-100000@thelab.hub.org>
In-Reply-To: <26830.851197722@time.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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...





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.961221173438.786D-100000>