Forum Discussion
Include sender mail address in disclaimer
Hi all,
Today I have an External Disclaimer configured in my Exchange Online and it's working.
"[EXTERNAL] This email originated outside the organization. Do not click any links or attachments unless you know the sender."
I also have anti-phishing enabled and "User impersonation" enabled in our C-Level users. But to improve our security I would like to know if it's possible to add a "variable" of %%from%% on disclaimer.
I would like to let disclaimer like this.
"[EXTERNAL] This email originated outside the organization. Do not click any links or attachments unless you know the sender. The Original Sender of this email is %%from%% (e-mail address of sender)"
Regards,
Paulo
9 Replies
- saifs19802210Copper Contributor
I did try to research on disclaimer and add a "variable" of %%from%% on disclaimer.
As per article-https://community.spiceworks.com/topic/2194881-adding-variable-to-link-for-exchange-online-mail-flow-rule
- We can use DIV tag i.e. something like: <div>https://unsubscribe.contoso.com/%%Email%%</div> in the disclaimer txt which you can see in the above article.
- I tried to reproduce the same in my Office 365 trial portal, but due to IP restriction for INDIA I cannot send test email out from my tenant to test this.
- I would suggest if you could test the same in your tenant. Please find attached Image of my tenant and disclaimer txt.
- Victor_IvanidzeBronze Contributor
That's not possible, variables such as %%from%% can only be used with specific actions, and adding a disclaimer is not one of them.
- PauloFrisolioCopper Contributor
Thanks, I searched a lot and can't found a native solution on Exchange Online to do it. It's possible to do it, but I will need to have a third party application (antispam).
- Victor_IvanidzeBronze Contributor
Hi PauloFrisolio, have a look at TagExternal tool. It allows you to use the %%From%% variable.
- saifs19802210Copper ContributorIf you have configured using office 365 transport rules then you can do it from Office 365 admin portal.
Go to Log in to the Exchange Admin Center. Once logged in, navigate to Mail Flow >> Rules> Edit the rule
You can add a condition in it with The Original Sender of this email is %%from%% (e-mail address of sender)"
Reference- https://supertekboy.com/2020/02/17/add-external-sender-disclaimer-in-office-365/