Re: Error 207 when using post-review with github

2012-06-20 Thread Matthew Gertner
I'm using RBTools 0.4.1. There isn't an --upstream-branch option although 
there is --tracking-branch. However, it defaults to origin/master which is 
where the parent changeset is anyway. This seems to me like a very standard 
case: I created a branch off master, landed some code into it and now I 
want to post a review request for the diff between my changeset and its 
parent on master.

I'm probably doing something obviously wrong. Are there step-by-step 
instructions somewhere on how to post a review from github using 
post-review?

On Tuesday, June 19, 2012 9:28:55 PM UTC+2, Christian Hammond wrote:

 What version of Review Board are you using?

 Are you working off of a branch off origin/master, or another upstream 
 branch? You can try --upstream-branch to specify the right one.

 Christian
 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Tue, Jun 19, 2012 at 9:37 AM, Matthew Gertner 
 matt...@salsitasoft.comwrote:

 I'm trying to post a review request for a changeset I created on a new 
 branch of our public github repo. Since I already committed the change, I 
 enter:

 $ post-review --parent 5f7fc000274abab9cbfb7a00a5b9602314ae6268

 I'm getting the dreaded 207 (the file was not found in the repository) 
 error. The file it mentions most emphatically is in the repo though. I 
 really don't know how to go about tracking down this issue. The only thing 
 I can think of is that the problem is somehow related to the fact that the 
 parent changeset is on a different branch from my new changeset. Also the 
 parent diff and my diff are the same size, which seems suspicious:

  Uploading diff, size: 3342
  Uploading parent diff, size: 3342

 Any ideas?

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Error 207 when using post-review with github

2012-06-20 Thread Matthew Gertner
BTW, I just tried uploading the diff manually (no parent diff) and I get 
exactly the same error message about the file not being in the repo. The 
only thing I can think of is perhaps their are some Windows line endings in 
the file. Would that bother RB?

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Error 207 when using post-review with github

2012-06-20 Thread Christian Hammond
Which version of RB though? This is important as GitHub made some major
changes recently that are only compatible with the latest 1.6.x releases.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Jun 19, 2012 at 11:33 PM, Matthew Gertner matthew.gert...@gmail.com
 wrote:

 BTW, I just tried uploading the diff manually (no parent diff) and I get
 exactly the same error message about the file not being in the repo. The
 only thing I can think of is perhaps their are some Windows line endings in
 the file. Would that bother RB?

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Error 207 when using post-review with github

2012-06-20 Thread Matthew Gertner
On Wednesday, June 20, 2012 8:34:41 AM UTC+2, Christian Hammond wrote:

 Which version of RB though? This is important as GitHub made some major 
 changes recently that are only compatible with the latest 1.6.x releases.

 Christian


Aha, we're still on 1.6.4.1. I'll ask our sysadmin to update us to 1.6.9 
and follow up here. 

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Can Connect SVN Repository thru proxy

2012-06-20 Thread Daniel Etchen
Hi all,

We're using Review Board 1.6.4.1.
We access a Subversion server thru a proxy which is configured in /
root/.subversion/servers.
The 'svn info http://svn.foo.com:8080/repos/3845' command return a
correct response.

But when we try to create a new repository in reviewboard, the server
kicks back an error:
2012-06-20 09:34:08,240 - ERROR - SVN: Failed to get repository
information for http://svn.foo.com:8080/repos/3845: OPTIONS of 'http://
svn.foo.com:8080/repos/3845': Could not resolve hostname
`svn.foo.com': Host not found (http://svn.foo.com:8080)

Where is the problem ? It seems that the proxy configuration
configured in /root/.subversion/servers is not read by reviewboard

Thank you for your help.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Can Connect SVN Repository thru proxy

2012-06-20 Thread Christian Hammond
Hi Daniel,

Review Board shouldn't run as root, but even if it did, it doesn't use the
running user's $HOME. Instead, there should be a
/path/to/site/data/.subversion directory that you can configure your
settings in.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Jun 20, 2012 at 12:57 AM, Daniel Etchen daniel.etc...@gmail.comwrote:

 Hi all,

 We're using Review Board 1.6.4.1.
 We access a Subversion server thru a proxy which is configured in /
 root/.subversion/servers.
 The 'svn info http://svn.foo.com:8080/repos/3845' command return a
 correct response.

 But when we try to create a new repository in reviewboard, the server
 kicks back an error:
 2012-06-20 09:34:08,240 - ERROR - SVN: Failed to get repository
 information for http://svn.foo.com:8080/repos/3845: OPTIONS of 'http://
 svn.foo.com:8080/repos/3845': Could not resolve hostname
 `svn.foo.com': Host not found (http://svn.foo.com:8080)

 Where is the problem ? It seems that the proxy configuration
 configured in /root/.subversion/servers is not read by reviewboard

 Thank you for your help.

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Can't seem to connect to pserver CVS repository

2012-06-20 Thread Augba


I tried server ip adress:/path to repo but not working



On Jun 18, 8:03 pm, iamagui chella5...@gmail.com wrote:
 Could you try just repo-url:/path/to/repo for the 'Path:' field and
 username, password on the respective fields and update this thread, thanks.







 On Saturday, June 16, 2012 3:45:51 AM UTC-5, Augba wrote:

  I too facing the same issue. Please let me know if you have the steps
  working.

  On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote:

  Using ReviewBoard version 1.6.5

  I've tried the following:

  *:pserver:user:pass@repo-url:/path/to/repo*
  **
  *:pserver:user@repo-url:/path/to/repo*
  **
  *:pserver:repo-url:/path/to/repo*

  all with and without the username/password fields filled in.

  I always get the error:
  A repository was not found at the specified path.

  I'm at a loss. Any ideas on what this could be? I can use the command
  line on the machine to go to the same repository and checkout stuff, using
  the same URIs, and username and password.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Can't seem to connect to pserver CVS repository

2012-06-20 Thread iamagui
Attached is our ReviewBoard CVS setting and it is working fine. Our CVS and 
ReviewBoard are in two different machines/server. How is your set up of CVS 
and ReviewBoard? I am not an expert, trying to share my knowledge. Sorry if 
it doesn't help.

On Wednesday, June 20, 2012 8:12:18 AM UTC-5, Augba wrote:



 I tried server ip adress:/path to repo but not working 



 On Jun 18, 8:03 pm, iamagui chella5...@gmail.com wrote: 
  Could you try just repo-url:/path/to/repo for the 'Path:' field and 
  username, password on the respective fields and update this thread, 
 thanks. 
  
  
  
  
  
  
  
  On Saturday, June 16, 2012 3:45:51 AM UTC-5, Augba wrote: 
  
   I too facing the same issue. Please let me know if you have the steps 
   working. 
  
   On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote: 
  
   Using ReviewBoard version 1.6.5 
  
   I've tried the following: 
  
   *:pserver:user:pass@repo-url:/path/to/repo* 
   ** 
   *:pserver:user@repo-url:/path/to/repo* 
   ** 
   *:pserver:repo-url:/path/to/repo* 
  
   all with and without the username/password fields filled in. 
  
   I always get the error: 
   A repository was not found at the specified path. 
  
   I'm at a loss. Any ideas on what this could be? I can use the command 
   line on the machine to go to the same repository and checkout stuff, 
 using 
   the same URIs, and username and password.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=enattachment: reviewbCVS.JPG

Migrating from Ubuntu to CentOS

2012-06-20 Thread reviewboarduser
Hello,

I've taken over an installation of Reviewboard 1.5.6 running on Ubuntu. 
 I'm looking to migrate this to our company standard Linux distribution of 
CentOS 6.x.

Can anyone point me in the direction of documentation for the migration 
process? Also - how do I determine what versions of the packages are 
currently being run? The previous admin is not here anymore and I've just 
been handed this box. thanks in advanced.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Can't seem to connect to pserver CVS repository

2012-06-20 Thread iamagui
If the CVS and ReviewBoard in the same, try /home/myCVS.

On Wednesday, June 20, 2012 11:05:30 AM UTC-5, iamagui wrote:

 Attached is our ReviewBoard CVS setting and it is working fine. Our CVS 
 and ReviewBoard are in two different machines/server. How is your set up of 
 CVS and ReviewBoard? I am not an expert, trying to share my knowledge. 
 Sorry if it doesn't help.

 On Wednesday, June 20, 2012 8:12:18 AM UTC-5, Augba wrote:



 I tried server ip adress:/path to repo but not working 



 On Jun 18, 8:03 pm, iamagui chella5...@gmail.com wrote: 
  Could you try just repo-url:/path/to/repo for the 'Path:' field and 
  username, password on the respective fields and update this thread, 
 thanks. 
  
  
  
  
  
  
  
  On Saturday, June 16, 2012 3:45:51 AM UTC-5, Augba wrote: 
  
   I too facing the same issue. Please let me know if you have the steps 
   working. 
  
   On Friday, April 13, 2012 8:45:12 PM UTC+5:30, sagar wrote: 
  
   Using ReviewBoard version 1.6.5 
  
   I've tried the following: 
  
   *:pserver:user:pass@repo-url:/path/to/repo* 
   ** 
   *:pserver:user@repo-url:/path/to/repo* 
   ** 
   *:pserver:repo-url:/path/to/repo* 
  
   all with and without the username/password fields filled in. 
  
   I always get the error: 
   A repository was not found at the specified path. 
  
   I'm at a loss. Any ideas on what this could be? I can use the 
 command 
   line on the machine to go to the same repository and checkout stuff, 
 using 
   the same URIs, and username and password.



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Issue 2641 in reviewboard: Adding repository to default reviewer fails with HTTP 500

2012-06-20 Thread reviewboard


Comment #2 on issue 2641 by ex...@dps-online.de: Adding repository to  
default reviewer fails with HTTP 500

http://code.google.com/p/reviewboard/issues/detail?id=2641

Thank you for the quick response. Downgrading to Django 1.3.1 fixed the  
problem for me, which also occured on our test machine running Reviewboard  
1.6.9 on Ubuntu.

We will also check switching to a linux server, thanks for your advice.

Side note:
since Django 1.4 seems to update all the password hashes with a stronger  
algorithm thus downgrading to 1.3.x leaves all your users locked out. So  
all of them need to recover their passwords. Not a big deal in our case  
(less than 20 users) but I thought it would be worth to mention.


Martin

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2500 in reviewboard: Email notifications have no From field in 1.6.4

2012-06-20 Thread reviewboard


Comment #6 on issue 2500 by gogop...@gmail.com: Email notifications have no  
From field in 1.6.4

http://code.google.com/p/reviewboard/issues/detail?id=2500

I think I have the same problem in 1.6.9,
From field is empty.

It was working fine in 1.6.3

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2641 in reviewboard: Adding repository to default reviewer fails with HTTP 500

2012-06-20 Thread reviewboard


Comment #3 on issue 2641 by chip...@gmail.com: Adding repository to default  
reviewer fails with HTTP 500

http://code.google.com/p/reviewboard/issues/detail?id=2641

Installing Review Board 1.6.x forces an install of the proper version of  
Django, so it sounds like it was just overridden in this case by manually  
installing 1.4 on top of it. So, not a typical problem people will usually  
hit.


Sorry to hear about the account issues.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2645 in reviewboard: Dashboard displays invalid negative number of Incoming Reviews.

2012-06-20 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2645 by goc...@gmail.com: Dashboard displays invalid negative  
number of Incoming Reviews.

http://code.google.com/p/reviewboard/issues/detail?id=2645

I started the day with My Dashboard displaying (correctly, I believe) a  
total of 0 Incoming Reviews.


After receiving a new Review Request (which was apparently an updated to a  
Review previously sent to a different user), the displayed total changed to  
-1 Incoming Reviews. After receiving another new Review the displayed  
Dashboard total is now -3 Incoming Reviews. None of these are individually  
listed (under All Incoming Review Requests).


Using Review Board 1.6.1 with Chrome 19.0.1084.56

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #2 on issue 2643 by colinhi...@gmail.com: Changing to github hosted  
service after upgrading to 1.6.9 fails with Unable to link the account:  
HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

2.4

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #3 on issue 2643 by chris.a@gmail.com: Changing to github  
hosted service after upgrading to 1.6.9 fails with Unable to link the  
account: HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

I'm getting the same result here. Is there any way to manually add the  
hosting service account? What is it I'd need to name the account? What goes  
in the data field, the OAuth token? if so is there any way to look that up  
in the github account?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #4 on issue 2643 by chris.a@gmail.com: Changing to github  
hosted service after upgrading to 1.6.9 fails with Unable to link the  
account: HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

I should note that I upgraded from Reviewboard 1.6.6 to 1.6.9 to update my  
github repos. I'm using Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)

[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #5 on issue 2643 by colinhi...@gmail.com: Changing to github hosted  
service after upgrading to 1.6.9 fails with Unable to link the account:  
HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

If I migrated to 2.5 on the host, would I need to just easy_install the new  
egg?  Would I need to do an additional rb-site upgrade?


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #6 on issue 2643 by chris.a@gmail.com: Changing to github  
hosted service after upgrading to 1.6.9 fails with Unable to link the  
account: HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

I downgraded to ReviewBoard 1.6.8 and get the same exact error.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #7 on issue 2643 by .ii...@gmail.com: Changing to github hosted  
service after upgrading to 1.6.9 fails with Unable to link the account:  
HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

Having same issue here as well. Python 2.4

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2643 in reviewboard: Changing to github hosted service after upgrading to 1.6.9 fails with Unable to link the account: HTTP Error 201: Created

2012-06-20 Thread reviewboard


Comment #8 on issue 2643 by chip...@gmail.com: Changing to github hosted  
service after upgrading to 1.6.9 fails with Unable to link the account:  
HTTP Error 201: Created

http://code.google.com/p/reviewboard/issues/detail?id=2643

Python 2.4's urllib sees a 201 as an error. We'd have to find a workaround  
for this. I'll look into it, but it won't be in the next couple of days,  
unfortunately.


Python 2.5 should work. In fact, I'd recommend upgrading to at least 2.5  
anyway, because RB 1.7.x won't support 2.4. You'd have to re-easy_install  
RB and its dependencies and perform a site upgrade.


You will need 1.6.9. This isn't an RB bug, so it's best to stay on that  
release.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2646 in reviewboard: Mailing lists rejecting all email since Auto-Submitted: auto-generated header added in 1.6.4

2012-06-20 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2646 by stevet...@gmail.com: Mailing lists rejecting all email  
since Auto-Submitted: auto-generated header added in 1.6.4

http://code.google.com/p/reviewboard/issues/detail?id=2646

What version are you running? 1.6.6

What steps will reproduce the problem?
1. Set up a group with a mailing list (using any mailing list software that  
rejects all auto-generated emails).

2. Create a review and assign that group.
3. Wonder why nobody is reviewing your work.

What is the expected output? What do you see instead?
I expect to see an email about the new review, but I get none because the  
mailing list rejects email with the Auto-Submitted header set.


What operating system are you using? What browser?
Linux. Firefox.

Please provide any additional information below.

There is no way in Review Board to disable the Auto-Submitted header and,  
depending on which mailing list software you are using and your admin  
rights, you may not be able to disable the filtering for the mailing list  
itself. This feature was added in 1.6.4 without an option to disable, which  
seems like a mistake to me. There should, at least, be the option when  
configuring a group, to disable this header for email send to the group  
mailing list.


Some mailing lists that filter out emails with the Auto-Submitted header:  
ezmlm-weed, Sympa, and certainly many more.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.