Mailman Approved: header
Hi,
For the RPMforge project (and for various other organizations) I set up subversion to use svn-mailer to send out commits to a mailinglist.
Since we have been getting our vast amount of spam targetting this list as well (using forged email addresses) I today looked at the Approved: header, which is a way for Mailman to authorize certain posts without moderation.
http://wiki.list.org/pages/viewpage.action?pageId=4030685
However svn-mailer only allows to add custom headers prepended with "X-" according to RFC 2822. And today that caused me to publicize our Mailman password to the list by accident while testing ;-)
http://opensource.perlig.de/svnmailer/doc-1.0/#groups-custom-header
Which leaves us two options if we want to be able to make Mailman and svn-mailer work together for the Approved: header.
Allow svn-mailer to add custom headers without prepending with "X-", so that we can add the Approved: header using the configuration file.
Make Mailman accept X-Approved: as well as Approved: headers.
To be honest, I see a benefit in both solutions and my preference would be to accept each of these modifications in both svn-mailer and Mailman.
For myself, I patched svn-mailer to not prepend "X-", but I prefer a solution that is accepted by upstream for others.
Kind regards,
-- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors]
Dag Wieers wrote:
- Make Mailman accept X-Approved: as well as Approved: headers.
To be honest, I see a benefit in both solutions and my preference would be to accept each of these modifications in both svn-mailer and Mailman.
For myself, I patched svn-mailer to not prepend "X-", but I prefer a solution that is accepted by upstream for others.
It appears that while the Approved: header is standard in Usenet for posting to moderated groups, it's use for email and email lists has never been standardized (RFC 2076, Sec 3.4). Thus, your point is well taken. I will change Mailman to accept X-Approved:. It would help our bookkeeping if you would file a bug report at http://bugs.launchpad.net/mailman.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Apr 07, 2010, at 05:09 PM, Mark Sapiro wrote:
It appears that while the Approved: header is standard in Usenet for posting to moderated groups, it's use for email and email lists has never been standardized (RFC 2076, Sec 3.4). Thus, your point is well taken. I will change Mailman to accept X-Approved:. It would help our bookkeeping if you would file a bug report at http://bugs.launchpad.net/mailman.
I concur.
https://bugs.edge.launchpad.net/mailman/+bug/557750
-Barry
participants (3)
-
Barry Warsaw
-
Dag Wieers
-
Mark Sapiro