Message235628
| Author | takis |
|---|---|
| Recipients | Andy.Reitz, martin.panter, orsenthil, takis |
| Date | 2015-02-09.20:19:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1423513194.69.0.318969205812.issue23328@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
RFC3986 seems to state that a '/' character should be encoded:
"""...
reserved = gen-delims / sub-delims
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
/ "*" / "+" / "," / ";" / "="
...
The user information, if present, is followed by a
commercial at-sign ("@") that delimits it from the host.
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
""" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-09 20:19:54 | takis | set | recipients: + takis, orsenthil, martin.panter, Andy.Reitz |
| 2015-02-09 20:19:54 | takis | set | messageid: <1423513194.69.0.318969205812.issue23328@psf.upfronthosting.co.za> |
| 2015-02-09 20:19:54 | takis | link | issue23328 messages |
| 2015-02-09 20:19:54 | takis | create | |