Custom Query (196 matches)
Results (4 - 6 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#418 | duplicate | Pony overescapes (some?) error messages | adehnert | |
Description |
When I go to pony, I get an error message: <html>The 'adehnert' locker is not signed up for scripts.mit.edu; <a href="http://scripts.mit.edu/web/">sign it up</a> first. The error message is fine, but the HTML tags should be HTML tags, rather than showing up due to being escaped. |
|||
#407 | fixed | Block outgoing port 25 | adehnert | |
Description |
In order to prevent getting marked as spammers, we should possibly block outgoing port 25, so that users trying to send mail need to go through us (or an authenticated MTA elsewhere on port 587, which shouldn't cause spam reputation problems to us). This will increase the effectiveness of Postfix-level outgoing mail blockages, and would open up significant opportunities for our Postfix doing smart things like logging, rate-limiting, etc.. This was discussed:
|
|||
#402 | invalid | fcgi-0.9.2.1 gem missing on busy-beaver | mingy | |
Description |
This caused my rails app to 500 randomly (whenever the load balancer routes to b-b) due to problems with the fcgi dispatcher. Installing the gems locally seemed to make it work. Should we be ensuring that the gem build is consistent across each of the scripts servers, or is this something the user has to figure out on his own? |