django-mailbox provides a signal for new mail:
http://django-mailbox.readthedocs.org/en/latest/topics/signal.html
Use it to create introductions/comments/etc...
There is an ugly example of the decision-tree in oldcode/introductions/models.py and oldcode/introductions/tasks.py
I'd like something cleaner here if possible.