Skip to content

Instantly share code, notes, and snippets.

@cturra
cturra / gist:3764414
Created September 21, 2012 23:03
#hangops at puppetconf > 's/hang/drink/'
<cturra> looking at the puppetconf schedule there isn't anything overly exciting happening on thursday
evening (imho)... so, who wants to meetup for beers?! sign up below and i will figure out an appropriately
sized venue.
venue details:
===
The Ramp (855 Terry Francois St) @ 19:30 thurs, Sept 27th.
sign-up:
@jordansissel
jordansissel / loggly.py
Created January 21, 2011 22:06
Example of using email as a gateway to other protocols with Lamson
import logging
from lamson.routing import route, route_like, stateless
from config.settings import relay
from lamson import view
import httplib
import httplib, urllib
@route("(address)@(host)", address=".+", host=".+\.loggly.(?:net|com)$")
def START(message, address=None, host=None):