view discusssions/utils.py @ 2:910fa7e781b9

update whitepaper
author k0s <k0scist@gmail.com>
date Tue, 02 Feb 2010 16:39:08 -0500
parents c904249afb04
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"""