It looks like the commits list is not catching authorship correctly. I noted that Elliot's first test (README 1.3 -> 1.4) worked properly. All commits after that seem to be authored by the list:
http://www.redhat.com/archives/fedora-docs-commits/2005-May/author.html
Can we get this fixed? I don't know who the responsible party is, otherwise I'd mail directly. (I thought I caught something on IRC #fedora-docs that implied Elliot doesn't take care of this part.)
On Tue, 2005-05-03 at 08:27 -0400, Paul W. Frields wrote:
It looks like the commits list is not catching authorship correctly. I noted that Elliot's first test (README 1.3 -> 1.4) worked properly. All commits after that seem to be authored by the list:
http://www.redhat.com/archives/fedora-docs-commits/2005-May/author.html
Can we get this fixed? I don't know who the responsible party is, otherwise I'd mail directly. (I thought I caught something on IRC #fedora-docs that implied Elliot doesn't take care of this part.)
I'd actually suspect that it is whatever From: that the syncmail script uses. In which case, we may be waiting until Elliott is back from vacation. I'll ask around the mailman admins to see if this might be on their side, just in case.
- Karsten
On Tue, 2005-05-03 at 08:27 -0400, Paul W. Frields wrote:
It looks like the commits list is not catching authorship correctly. I noted that Elliot's first test (README 1.3 -> 1.4) worked properly. All commits after that seem to be authored by the list:
http://www.redhat.com/archives/fedora-docs-commits/2005-May/author.html
Can we get this fixed? I don't know who the responsible party is, otherwise I'd mail directly. (I thought I caught something on IRC #fedora-docs that implied Elliot doesn't take care of this part.)
It looks like, possibly during testing, this field was set to "Yes":
Hide the sender of a message, replacing it with the list address (Removes From, Sender and Reply-To fields) aka anonymous_list
I changed this to no. Let's watch for other stuff breaking, we may have problems with the Sender: for example.
- Karsten
On Tue, 2005-05-03 at 08:08 -0700, Karsten Wade wrote:
On Tue, 2005-05-03 at 08:27 -0400, Paul W. Frields wrote:
It looks like the commits list is not catching authorship correctly. I noted that Elliot's first test (README 1.3 -> 1.4) worked properly. All commits after that seem to be authored by the list:
http://www.redhat.com/archives/fedora-docs-commits/2005-May/author.html
Can we get this fixed? I don't know who the responsible party is, otherwise I'd mail directly. (I thought I caught something on IRC #fedora-docs that implied Elliot doesn't take care of this part.)
It looks like, possibly during testing, this field was set to "Yes":
Hide the sender of a message, replacing it with the list address (Removes From, Sender and Reply-To fields) aka anonymous_list
I changed this to no. Let's watch for other stuff breaking, we may have problems with the Sender: for example.
Thanks, Karsten!