I've set up a read-only announcement mailing list following these guidelines:
http://wiki.list.org/pages/viewpage.action?pageId=4030685
I am looking to obscure any reference to the sender's address from list postings.
Per the guidelines, this includes (all done via the Web UI):
anonymous_list: Yes first_strip_reply_to: Yes reply_goes_to_list: Explicit address reply_to_address: info@example.com include_rfc2369_headers: Yes include_list_post_header: No
However, test messages I've sent to the list still include my address in the message headers:
Received: from host.example.com (host.example.com [10.0.0.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail.example.com (Postfix) with ESMTPSA id 8D354958A2 for <announce-list@lists.example.com>; Tue, 26 Jan 2010 11:24:09 -0800 (PST)
Is it possible to scrub that "Authenticated sender" line?
thanks
dn
David Newman wrote:
I am looking to obscure any reference to the sender's address from list postings.
Per the guidelines, this includes (all done via the Web UI):
anonymous_list: Yes first_strip_reply_to: Yes reply_goes_to_list: Explicit address reply_to_address: info@example.com include_rfc2369_headers: Yes include_list_post_header: No
However, test messages I've sent to the list still include my address in the message headers:
Received: from host.example.com (host.example.com [10.0.0.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail.example.com (Postfix) with ESMTPSA id 8D354958A2 for <announce-list@lists.example.com>; Tue, 26 Jan 2010 11:24:09 -0800 (PST)
Is it possible to scrub that "Authenticated sender" line?
This is fixed in Mailman 2.1.13 - Received: headers are removed from anonymized posts.
If you can't upgrade, you can get the Cleanse.py module from http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/files/head%3A/Mailma... and replace your Mailman/Handlers/Cleanse.py with that one. It should work with any Mailman 2.1.x version.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 1/26/10 5:07 PM, Mark Sapiro wrote:
David Newman wrote:
I am looking to obscure any reference to the sender's address from list postings.
Per the guidelines, this includes (all done via the Web UI):
anonymous_list: Yes first_strip_reply_to: Yes reply_goes_to_list: Explicit address reply_to_address: info@example.com include_rfc2369_headers: Yes include_list_post_header: No
However, test messages I've sent to the list still include my address in the message headers:
Received: from host.example.com (host.example.com [10.0.0.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail.example.com (Postfix) with ESMTPSA id 8D354958A2 for <announce-list@lists.example.com>; Tue, 26 Jan 2010 11:24:09 -0800 (PST)
Is it possible to scrub that "Authenticated sender" line?
This is fixed in Mailman 2.1.13 - Received: headers are removed from anonymized posts.
If you can't upgrade, you can get the Cleanse.py module from http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/files/head%3A/Mailma... and replace your Mailman/Handlers/Cleanse.py with that one. It should work with any Mailman 2.1.x version.
Thanks, Mark. The FreeBSD ports collection still uses 2.1.12 but dropping in that file works; now the posts are anonymous.
dn
participants (2)
-
David Newman
-
Mark Sapiro