On Sat, 2012-08-11 at 13:21 +0300, Marwan Al-Sabbagh wrote:
> I'm curious you said you have already implemented this. How did you
> end up doing it.

Well I just have a manage.py command that uses poplib to get mail. The
mail contents are then parsed for app specific keywords (Eg the id of an
object) and objects are created from that data.

At the moment this command is listed as a cron job, so the mailbox is
polled for mail every x minutes, but I'm sure it could be setup so that
the mail server calls the script when it gets mail.

But it's not stand-alone and the security issues around spoof mails
described by Melvyn Sopacua are not resolved.

I like the idea of "secret email addresses". I think this is what
spamcop.net does.

Paul


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to