view 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
line wrap: on
line source

"""
utilities for dealing with email
"""

def is_reply(address, message):
        """returns if the message is a reply to the address"""