I think its just a missing import. Maybe we can use Google AppEngine for that. It seems that their free offering is sufficient for our purpose: https://cloud.google.com/pricing/#app-engine. It also allows sending emails. I guess its hard to get the token for the "apache" user. Maybe there is is a way to validate the authenticity of the requests differently.
On Wed, Jan 21, 2015 at 12:05 AM, Ufuk Celebi <u...@apache.org> wrote: > > On 20 Jan 2015, at 23:57, Robert Metzger <rmetz...@apache.org> wrote: > > > There are certainly ways to fix this. Right now, the best approach is > > probably setting up a REST 2 e-mail service somewhere which is mailing to > > our dev@ list ( > > http://docs.travis-ci.com/user/notifications/#Webhook-notification). > > That sounds like a great idea. +1 > > I can look into it tomorrow. Are you aware of any web service/server we > can use to decode the http request (e.g. something where we can run Sinatra > as suggested by Travis)? We also need the GitHub user token of "apache". I > will ask INFRA if I can't find anything related online.