def consume(email): for e in emails.types: if e.matches(email): e.handle(email) return gmail.send(error_email, 'Email not understood!\n\n%s' % email)
def order_lists(): for listname in ezmlm_listnames: gmail.send(listname + "-list@" + ezmlm_domain)