Skip to content

Commit 3cf84e6

Browse files
[Email Security] Fix image bug issue on MX inline
1 parent 7db88ef commit 3cf84e6

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed
197 KB
Loading

src/content/docs/email-security/deployment/inline/setup/office-365-area1-mx/use-cases/one-junk-admin-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial, you will learn how to deliver emails to the Office 365 junk em
2929

3030
## Configure anti-spam policies
3131

32-
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_", four: "step7-spam.png" }} />
32+
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_" }} />
3333

3434
## Create transport rules
3535

src/content/docs/email-security/deployment/inline/setup/office-365-area1-mx/use-cases/three-junk-admin-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you will learn how to deliver `SUSPICIOUS` and `BULK` messages
2828

2929
## Configure anti-spam policies
3030

31-
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_", four: "step7-spam.png" }} />
31+
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyAdminRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_" }} />
3232

3333
## Create transport rules
3434

src/content/docs/email-security/deployment/inline/setup/office-365-area1-mx/use-cases/two-junk-user-quarantine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you will learn how to deliver `SUSPICIOUS` and `BULK` messages
2828

2929
## Configure anti-spam policies
3030

31-
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyUserRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_", four: "case2-step7-spam.png" }} />
31+
<Render file="deployment/o365-use-cases-antispam" params={{ one: "_UserNotifyUserRelease_", two: "_UserNotifyAdminRelease_", three: "_UserNotifyAdminRelease_" }} />
3232

3333
## Create transport rules
3434

src/content/partials/email-security/deployment/o365-use-cases-antispam.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ To configure anti-spam policies:
2828

2929
7. Set the following conditions and actions (you might need to scroll up or down to find them):
3030

31-
* **Spam**: *Move messages to Junk Email folder*.
32-
* **High confidence spam**: *Quarantine message*.
33-
* **Select quarantine policy**: {props.one}.
34-
* **Phishing**: *Quarantine message*.
35-
* **Select quarantine policy**: {props.two}.
36-
* **High confidence phishing**: *Quarantine message*.
37-
* **Select quarantine policy**: {props.three}.
38-
* **Retain spam in quarantine for this many days**: Default is 15 days. Email Security (formerly Area 1) recommends 15-30 days.
39-
31+
- **Spam**: *Move messages to Junk Email folder*.
32+
- **High confidence spam**: *Quarantine message*.
33+
- **Select quarantine policy**: {props.one}.
34+
- **Phishing**: *Quarantine message*.
35+
- **Select quarantine policy**: {props.two}.
36+
- **High confidence phishing**: *Quarantine message*.
37+
- **Select quarantine policy**: {props.three}.
38+
- **Retain spam in quarantine for this many days**: Default is 15 days. Email Security (formerly Area 1) recommends 15-30 days.
39+
- Select the spam actions in the above step:
40+
4041
<div class="large-img">
4142

42-
<Image alt="Select the spam actions in the above step" width="450" height="650" src={`/images/email-security/static/flexible-partial-images/o365-area1-mx/${props.four}`} />
43+
![Select the spam actions in the above step](~/assets/images/email-security/deployment/inline-setup/o365-area1-mx/case2-step7-spam.png)
4344

4445
</div>
4546

0 commit comments

Comments
 (0)