Page 1 of 1

Notification at the top of each email

Posted: 20 Feb 2019 16:12
by alwtech
How can I make the system put a notification at the top of each email that will let them know that the email originated outside of their email server.
I am trying to combat spoofed emails that look like they are coming from other employees of the same company.

Re: Notification at the top of each email

Posted: 20 Feb 2019 17:03
by alwtech
Usually I would do this with transport rules on exchange but with this hosting provider it is not available. This is a stop gap until I get the 298 email addresses moved from this provider

Re: Notification at the top of each email

Posted: 21 Feb 2019 10:11
by shawniverson
MailScanner cannot prepend the body of an email, only add a footer.

Instead, why not modify the subject with [EXTERNAL], perhaps? Not sure how to go about this without a little research, but MailScanner can modify the subject line.

Re: Notification at the top of each email

Posted: 01 Mar 2019 17:44
by ASEsysadmin
Why not just do this the right way and use an SPF record.

Re: Notification at the top of each email

Posted: 04 Mar 2019 15:41
by iglooo
ASEsysadmin wrote: 01 Mar 2019 17:44 Why not just do this the right way and use an SPF record.
SPF does nothing to prevent spoofed names

Re: Notification at the top of each email

Posted: 09 Mar 2019 18:33
by shawniverson

Re: Notification at the top of each email

Posted: 19 Mar 2019 15:25
by 2Old4This
The way I handled this with my in-house Exchange server was with a server-side rule. There were only a few employees being spoofed (one of which was the CEO) so the rule says if the email comes from outside the organization with the FROM header having certain values (names of employees) then delete the message. If you have a large number of employees to add to this rule it might get unwieldy, but I can dig up the exact rule settings if you think it would help.

As an org-wide rule, you could tweak it to say if an email originates from outside the organization add {External} to the subject, or something like that.