It sounds like this might be a good case for a GET (querystring). As in:
http://localhost:8000/contact/?email=ronald.ninnis%40cdu.edu.au/ Then use something like request.GET.get('email', '') to get the value. That seems easier and cleaner than trying to have a URL pattern regex match every valid e-mail address. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.