Routing help- multiple addresses
- From:
- Scott Montgomerie
- Date:
- 2009-07-28 @ 08:23
Hey guys,
I've got a route defined as such:
@route(".*@xyz.net")
@stateless
def FORWARD(message, address=None, host=None):
...
It appears this route doesn't like multiple recipients, because I see
this in the logs (and mail isn't getting delivered to jeff@xyz.net):
2009-07-23 21:04:11,537 - routing - DEBUG - Message to u'AH <ah@gmail.com
>,\n jeff@xyz.net' from u'Scott Montgomerie <montgomerie.scott@gmail.com
>' didn't match any handlers.
Any ideas?
Thanks!
Scott