comparison discusssions/utils.py @ 0:c904249afb04

initial commit of discussions
author k0s <k0scist@gmail.com>
date Sat, 02 Jan 2010 13:36:23 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c904249afb04
1 """
2 utilities for dealing with email
3 """
4
5 def is_reply(address, message):
6 """returns if the message is a reply to the address"""