Catching wildcard email addresses

What is the name of the domain?

test.com

What is the issue you’re encountering

Not being able to send a wildcard domain to the worker

You can’t either

  • add a * to catch all addresses to then parse in a worker
  • add an alias to an existing address to programmatically parse that in the worker (hello+<random_id>@domain.com)

is there any workaround to this?