I don't know if this is your problem, but be aware the regular
expression to match specific e-mails to specific handlers in .py files
mut be something like this:

/_ah/mail/[... what you want ...]%40[... appid ...]\.appspotmail\.com

use "%40" instead of "@" when writing the url of the e-mail

On 20 mar, 01:17, jck <jckeert...@gmail.com> wrote:
> It gets applied perfectly fine when I test it on the dev console,
> however on the web the handler is not being applied even though the
> mail is being received.
> where could i be going wrong?

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

Reply via email to