Re: Issue 2620 in reviewboard: Input text field for smtp server address is not stripped from white space

2013-01-18 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 2620 by trowb...@gmail.com: Input text field for smtp  
server address is not stripped from white space

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

Pushed to release-1.7.x (e6e5d07). Thanks!

--
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 2620 in reviewboard: Input text field for smtp server address is not stripped from white space

2012-12-23 Thread reviewboard

Updates:
Labels: Component-Admin

Comment #2 on issue 2620 by trowb...@gmail.com: Input text field for smtp  
server address is not stripped from white space

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

(No comment was entered for this change.)

--
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 2620 in reviewboard: Input text field for smtp server address is not stripped from white space

2012-09-30 Thread reviewboard

Updates:
Labels: EasyFix

Comment #1 on issue 2620 by trowb...@gmail.com: Input text field for smtp  
server address is not stripped from white space

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

(No comment was entered for this change.)

--
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 2620 in reviewboard: Input text field for smtp server address is not stripped from white space

2012-06-01 Thread reviewboard

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

New issue 2620 by magnus.a...@gmail.com: Input text field for smtp server  
address is not stripped from white space

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

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6.6

What's the URL of the page containing the problem?
/admin/settings/email/

What steps will reproduce the problem?
1. Input a valid smtp address but add a space after the address
2. Save the configuration
3. Do something that generates an email to be sent (e.g. a new review  
request)


What is the expected output? What do you see instead?
Expected: Email sent.
Outcome: No email sent. Reviewboard log shows that django smtp.py script  
fails to open the socket to the host.


What operating system are you using? What browser?
CentOs 6, firefox

Please provide any additional information below.
Stripping a smtp address from white space should happen somewhere along the  
path done to opening the socket. An address can not contain a white space  
and still be a valid address.




--
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.