Google Workspace Email Routing
Creating a catch-all email address or re-routing certain mail to certain addresses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚙️ Check out my series on Automating Cybersecurity Metrics. The Code.
🔒 Related Stories: Google Security | Cloud Governance | DNS Security
💻 Free Content on Jobs in Cybersecurity | ✉️ Sign up for the Email List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In the last post I had to stop for a minute and write about something I’m seeing a lot on Facebook. People are complaining a lot about fraudulent transactions in their bank accounts and I wrote about how to reduce the risk of that happening.
In this post, I’m going to write about Google mail routing. Here’s why. I was transferring some emails around between workspaces:
I was looking at how I set up a catch-all email address in one Google Workspace but there’s a message on that configuration saying it is going to be deprecated soon.
A catch-all email address is an email address where any emails sent to non-existent email addresses associated with your domain are sent, routed, or forwarded.
In another account I set up routing in another way to emulate a catch-all email address that kind of works but I think I found something wrong with it.
The methods for setting up a catch-all email address vary in different sources since there have been different ways to set up email addresses over time.
I found this post which appears to be the latest at this time.
Specifically I care about this option:

Requirements for catch-all email addresses
In my case, I have different domains and I would like the administrator for each domain to get any email sent to unrecognized email addresses, possibly other than spam. But the problem is that those password reset emails were going to spam. So to start I’ll just try to send it all to the domain admin.
For example, you might have:
If someone sends an email to the non-existing account:
then I want it to get rerouted to:
But I have a separate catch-all email address for each domain to an email address for that domain rather than a single email address for all non-existent email addresses for all domains.
Google Workspace Email Routing
We can re-route emails that come into Google Workspace using the routing functionality.
Here are the instructions from Google via the link above:
That article tells you to go here:
Apps > Google Workspace > Gmail > Routing
I went here:
Apps > Google Workspace > Settings for Gmail > Default routing

Somewhere along the way, I configured this routing. Or something or someone did. I don’t remember doing this. But here’s an example of how it is set up for this domain I had from an old business venture. Let’s walk through it.
First of all, I’m using regex to match the emails that I want to catch with this rule.
This regex catches everything for the bmetrix.com domain:
.*@bmetrix\.com$
I added some headers to indicate the mail is fishy or spam, which is actually something I probably don’t want if I’m trying to catch all my aliases. I’m going to remove that in my new rules.
In that prior configuration, I prepended SPAM: in front of the subject so it catches my eye that this is not normal mail. You can put whatever in the subject line for these emails.

I removed attachments for this particular domain because I don’t have any alternate emails and anything coming to a non-existent email is likely bogus. If you are using this to catch aliases you set up then you probably don’t want to check that.
Now this part about delivering to more recipients doesn’t look right. Google has settings for “do not deliver spam” and “suppress bounces”. But if I’m flagging the mail as spam then it won’t be delivered. I actually want to see it.

At the end here’s where I am only performing these actions on non-recognized addresses.

An Aha moment
Here’s where I realize what might have been causing my problems with Stripe and some other issues I had earlier. I don’t remember setting up these rules but I probably did.
So here’s what might have happened.
- I used an alias to create an account somewhere.
- I didn’t create the alias so it was a non-existent email.
- The password reset email comes in and has a spam header added to it.
- The spam header causes the email to not be delivered.
- I never get the password reset email.
That doesn’t explain why Stripe was trying to close my account as fraudulent for no apparent reason. It does explain why I didn’t get the password reset emails.
The moral of the story is, make sure your routing for your emails works as expected and test it.
The other question is, why did the alias with the asterisk correctly send the mail at some times but not others? And now I can’t enter an asterisk at all. I think that complicated the problem.
Google Workspace and Forwarding Configuration in domains.google (SquareSpace)
So here’s another random problem that popped up as I was adding a dkim record for one of my domains that I had transferred over in Google Domains (now SquareSpace). In fact, those records all get added automagically when you check the DNSSEC box.
But as I was looking into that, I saw this message.

Well, I already have a workspace. But here it’s trying to add my workspace records for some reason. Is that a bug?
When I click the button I get an error (and I’m not sure I should have clicked that button in the first place or have been allowed to since there is already a workspace associated with that email.)
Did I set up this forwarding here? I think I can delete that forwarding record because I have routing set up. I also do not want email addresses in my DNS records. How did that get there? I would never have intentionally added that.
Looking back at the options in the Google Workspace admin panel I see that I followed the above instructions and set this up using Google Domains Email Forwarding. Did that just add a DNS record?? Not sure but check if you are using that option below.

Comparing the settings to the documentation
At this point I want to compare the settings in my prior workspace to the settings in the documentation.
Here’s the problem I have with the documentation. It’s all fine until you get to this box I outlined in red:

If you change the recipient, then you’ll get the mail at your normal email address. You don’t see the email address to which the mail was sent. That’s why I don’t use it.
In fact I don’t get half those instructions. So I skipped that and looked specifically at what the things on the screen mean.
What are those headers for that I checked to be added? I presume it indicates the messages are spam. Here’s what the documentation says.

However, in my case they are not always spam. Even with these headers on the mail is not always going to spam and sometimes it is when I don’t want it to. I’m going to flag these mails a different way. I unchecked that option.
Instead I checked this option I wrote about above. You can prepend whatever value you want to the subject line to indicate it is a non-existent email.

What does changing the route do?
Change the route — Change the message destination from the default Gmail server to a different mail server. Before you can change the route, you must add the server by following the steps in Add mail servers for Gmail email routing.
Hmm. I don’t have any other mail servers so I don’t want this option. Why were the earlier instructions trying to tell me to do this? I don’t want my mail routed through SquareSpace if that’s what it was trying to do. Also, by default there was a routing rule here to change the route for all emails that are not recognized.
Route to where? A black hole?
I unchecked the route box as noted above.
The only things I ended up setting were:
- The regex to catch the email.
- I prepend a value onto the subject so I know it’s something out of the ordinary.
- I checked Add more recipients and added the email where I want non-existent emails to be delivered. After I add the emails it populates the recipients box as shown.

What I don’t know is where else that email goes besides the email I forward it to in this case? Anywhere?
Also, if having an issue figuring out what happens to emails there’s a lot for that as explained above and demonstrated in this video. That could be helpful.







