From owner-freebsd-questions@freebsd.org Mon Feb 8 07:11:57 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B33D7A9F557 for ; Mon, 8 Feb 2016 07:11:57 +0000 (UTC) (envelope-from njt@ayvali.org) Received: from zaph.org (zaph.org [199.48.132.46]) by mx1.freebsd.org (Postfix) with ESMTP id A1870623 for ; Mon, 8 Feb 2016 07:11:57 +0000 (UTC) (envelope-from njt@ayvali.org) Received: by zaph.org (Postfix, from userid 1001) id 4F1E04987C7; Sun, 7 Feb 2016 23:05:14 -0800 (PST) Date: Sun, 7 Feb 2016 23:05:14 -0800 From: "N.J. Thomas" To: freebsd-questions@freebsd.org Subject: Re: mailing list software recommendation Message-ID: <20160208070514.GA13769@ayvali.org> References: <56B804D0.3010706@gmail.com> <56B81FC9.9010101@parts-unknown.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56B81FC9.9010101@parts-unknown.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 07:11:57 -0000 * David Benfell [2016-02-07 20:55:37-0800]: > > I am looking for a mailing list software application in the ports > > collection that DOESN'T show any list members email address in the > > posts. > > I believe mailman can do this. It is an option in the mailing list > configuration but it is not on by default. Correct. Install GNU Mailman from ports, and set the anonymous_list option when setting up your list. But see also the caveat from the docs: anonymous_list This variable allows you to turn on some simple anonymizing features of Mailman. When you set this option to Yes, Mailman will remove or replace the From:, Sender:, and Reply-To: fields of any message posted to the list. Thomas