### 1. The Combinatorics of Dot Placement {#the-math-of-dots} An address with length *N* characters before the @ symbol has *N - 1* possible gaps where a period can either exist or not exist. For a 10-letter address, that yields **2^9 = 512 discrete addresses** that all land in the exact same inbox.
When combined with dynamic plus-tagging (`+amazon`, `+fb`, `+vault`), the alias possibilities are mathematically infinite.
§2. RFC 5322 vs. Google Mail Parsing RFC 5322 specifies how email addresses are parsed. While Google's servers normalize dots before mailbox routing, external platforms' regex routines view `j.o.h.n@gmail.com` and `john@gmail.com` as distinct unique entities.
§3. Defeating Single-Email Signups Platforms that limit promotions or free trials to "one account per email" fail catastrophically against Google dot manipulation. You can generate a fresh variant every 5 minutes and receive the packet within milliseconds through our raw web socket.
Never reuse passwords across platforms even when deploying temporary Gmail inboxes. Always combine burner inboxes with an ephemeral browser profile or Tor / Clean VPN routing.