Randy Lubin
Randy Lubin
Thanks @wioux – I'll try to get to these tonight or this weekend
@mfb Right now there isn't any endpoint for bounce handling; I think we'd need to use AWS SNS service. These aren't critical emails and they're only sent once, whereas the...
Ah, makes sense. The best solution might be to have just one EFF SES service that handles requests from all other EFF projects. It seems we have a few options,...
A possible quick solution: how about a captcha? That should mitigate the risks of pentesting / attack, right?
I've started exploring the work around email bounces and it's a lot for me to bite off. I haven't done any work with Redis or Amazon SNS endpoints, though I'm...
We currently don't have a way of handling server errors in our send message callback (lines 122-126 in https://github.com/EFForg/democracy.io/blob/master/www/js/controllers/message-form.js). In the case of an error we just set the 'sending'...
I'm a little wary about auto-forwarding to the "thanks" screen - if there's an issue with our server or we can't reach PotC then we shouldn't let the user think...
Temporary fix with this commit: https://github.com/EFForg/democracy.io/commit/2b18749f37cc8894f753ce20971bef7bb22591b4 It still relies on the callback being hit so it won't be an instant forward on to the thanks page. I think a more...
I couldn't reproduce in chrome. I tried by both navigating directly to thanks an clicking the link and by sending a message and then clicking from thanks
Hey Christopher, I've been incredibly busy this year and haven't had much time for Storysynth. I hope to have some time to work on it around the holidays but I'm...