Mail Flow - External Message Warning HELP

Anonymous
2019-02-11T17:13:35+00:00

Hello!

I'm trying to setup a mail flow rule for external email messages from non-organization addresses. I have it setup great, however I have it coded so that it displays the yellow background, red boarder etc and it displays perfect in a sample code viewer. However, when I add it to my rule and then send a test message to my email from outside the org, it doesn't display any of these colors. HELP?? I have included my code below. I'm using 0365

<div style="background-color:#FFEB9C; width:100%; border-style: solid; border-color:#9C6500; border-width:1pt; padding:2pt; font-size:10pt; line-height:12pt; font-family:'Calibri'; color:Black; text-align: left;"><span style="color:#9C6500"; font-weight:bold;>CAUTION:</span> This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.</div><br>

Microsoft 365 and Office | Subscription, account, billing | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2019-02-11T19:26:52+00:00

Hi BH33,

Thanks for provide the details in your post. About your question, please kindly check following steps to see if it can help you fix this issue:

  1. In Exchange Admin Center, go to mail flow > rules and then click "+" to create a new rule.
  2. Then set the new rule like below picture:

Note: in step 4, please enter following code: 

<p><div style="background-color:#FFEB9C; width:100%; border-style: solid; border-color:#9C6500; border-width:1pt; padding:2pt; font-size:10pt; line-height:12pt; font-family:'Calibri'; color:Black; text-align: left;"><span style="color:#9C6500"; font-weight:bold;>CAUTION:</span> This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.</div><br></p>

I have tested above rule on my side and I can successfully show the warning message(see below picture), if you have any problems when doing so, please feel free to post back and provide us a screenshoot of the detailed information about the rule you created for analysis.

Regards,

Jennifer

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

93 additional answers

Sort by: Newest
  1. Anonymous
    2021-09-03T18:19:25+00:00

    posternutbag,

    Thank you.

    Not sure if this will work for us then. We have a couple hundred employees and it seems like more and more of them get spoofed messages from themselves.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-09-01T22:38:55+00:00

    Sure!

    I listed every employee. For employees with uncommon last names, I just put their last name. For employees with common last names, I listed their full name and maybe some variations if applicable. So e.g.

    ‘From’ header includes ‘Joseph Smith’ or ‘Joe Smith’ or ‘Joey Smith’ or ‘Badmintonington’ or ‘Jane Doe’

    I’m on my phone right now so I don’t remember what the exact syntax was in regards to quotes and whatnot.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-09-01T21:05:22+00:00

    posternutbag,

    Thank you for the response.

    I think most users become complacent no matter what we do to try and protect them and our systems.

    We use a thirdparty company to check links and when they are clicked on it's checked against a "safe" list. Most users don't care and even when prompted this might be bad, just click right on through.

    In your "From" condition - what do you put in for the header information?

    Like "John Smith" or "JSmith",

    Is there an example you could share, or a link of how you constructed it?

    Thank you,

    J.Neal

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-08-31T15:22:23+00:00

    Hi J. Neal,

    For my purposes,

    red "prepend" warning = message that shows only when the "from" includes a name from inside our organization but the email is from outside our domain, and

    yellow "append" warning = everyone outside our domain

    You can refer to the attached images of my rules if that helps.

    I think it depends on the threat, and there's not one good answer. Overall, by itself, the "append" is not enough; but if I left it by itself as a "prepend" (solely focused on everyone "external") and every single email preview was preempted by it, the dejected users would eventually grow complacent and ignore the warning anyways. Right now, we seem to be targeted by people who like to put executive-level names in the "from" field, as to trick users who don't pay attention to the actual email address. So between the prepend and the append, I feel like we are somewhat covered, until something changes as it often does.

    IMO The major downside of moving the all-encompassing "external" message to the bottom is that it's not up top where the attachments are, so there is not much protection afforded against malicious attachments. It is, however, down underneath the signature, so people will see it right along the "boss's" name, hopefully causing some pause before moving the conversation to text and running out and buying giftcards for some scammer.

    As you mentioned-- this is not as obvious when the message is not formatted as HTML, but in my experience the bad ones have all been HTML formatted so far. If they aren't, they are most likely just a few words, and the length of the unformatted warnings that are sandwiching a very small email body hopefully will make them still noticeable enough.

    As a third measure, I also have

    Set-ExternalInOutlook –Enabled $true

    enabled. https://o365reports.com/2021/04/27/enable-external-email-warning-tag-in-exchange-online/

    This last measure unfortunately only shows up in web clients or "app" clients such as outlook for iOS-- it is currently not showing up in the latest Outlook 365 for Windows. Once added to outlook desktop proper, it will be a nice flag before a user clicks on an email.

    Image

    Image

    Was this answer helpful?

    0 comments No comments