Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion app/views/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2339,10 +2339,46 @@ Regular expressions are not supported on <a href="/disposable-addresses" target=
Enhanced Privacy Protection:
</strong>
<span>
If you are on a paid plan (which features enhanced privacy protection), then please go to <a href="/my-account/domains" target="_blank" rel="noopener noreferrer" class="alert-link">My Account <i class="fa fa-angle-right"></i> Domains</a> and click on "Aliases" next to your domain to configure regular expressions. If you would like to learn more about paid plans see our <a class="alert-link" rel="noopener noreferrer" href="/private-business-email">Pricing</a> page. Otherwise you can continue to follow the instructions below.
If you are on a paid plan (which features enhanced privacy protection), then please go to <a href="/my-account/domains" target="_blank" rel="noopener noreferrer" class="alert-link">My Account <i class="fa fa-angle-right"></i> Domains</a> and click on "Aliases" next to your domain to configure aliases, including those with regular expressions. If you would like to learn more about paid plans see our <a class="alert-link" rel="noopener noreferrer" href="/private-business-email">Pricing</a> page.
</span>
</div>

#### Examples for Enhanced Privacy Protection

<table class="table table-striped table-hover my-3">
<thead class="thead-dark">
<tr>
<th>Alias Name</th>
<th>Effect</th>
<th>Test</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>/^(linus|torvalds)$/</code></td>
<td>Emails to `[email protected]` or `[email protected]`</td>
<td>(<a href="https://regexr.com/8gb8n" class="alert-link">view test on RegExr</a>)</td>
</tr>
<tr>
<td><code>/^24highst(reet)$/</code></td>
<td>Emails to `[email protected]` or `[email protected]`</td>
<td>(<a href="https://regexr.com/8g9rb" class="alert-link">view test on RegExr</a>)</td>
</tr>
</tbody>
</table>

<div class="alert my-3 alert-primary">
<i class="fa fa-info-circle font-weight-bold"></i>
<strong class="font-weight-bold">
Tip:
</strong>
To test these at <a href="https://regexr.com" class="alert-link">RegExr</a>, write the expression in the top box, and then type an example alias in the text box below. If it matches, it will turn blue.
<span>
</span>
</div>

#### Examples for the free plan

If you are on the free plan, then simply add a new DNS <strong class="notranslate">TXT</strong> record using one or more of the provided examples below:

<div class="alert my-3 alert-secondary">
Expand Down