Disable link tracking for 1 domain

Questions and answers about how to do stuff
Post Reply
rvwaveren
Posts: 8
Joined: 01 Jun 2016 13:29

Disable link tracking for 1 domain

Post by rvwaveren »

Hello everyone,

My company uses the EFA mailscanner for about 40 domains, one of these domains wants the link tracking disable. However - I haven't been able to find this anywhere, I found where I can disable it for ALL domains but not just for one.

Is this is even possible? If so can anyone point me in the right direction?

Thanks in advance,

Rory van Waveren.
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Disable link tracking for 1 domain

Post by shawniverson »

Link tracking? Do you mean the link fraud detection in MailScanner?
rvwaveren
Posts: 8
Joined: 01 Jun 2016 13:29

Re: Disable link tracking for 1 domain

Post by rvwaveren »

Hello shawniverson,

Yes, I meant link fraud detection. I'd like to disable this for one specific receiving domain. I hope this is possible!
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Disable link tracking for 1 domain

Post by shawniverson »

I think it is....I am checking...
rvwaveren
Posts: 8
Joined: 01 Jun 2016 13:29

Re: Disable link tracking for 1 domain

Post by rvwaveren »

Hello shawniverson,

Have you found anything so far? I have been looking around myself but can't find any solutions. Thank you in advance.
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Disable link tracking for 1 domain

Post by shawniverson »

Answer: yes

You can define a ruleset for this item...

/etc/MailScanner/MailScanner.conf

Code: Select all

# If a phishing fraud is detected, do you want to highlight the tag with
# a message stating that the link may be to a fraudulent web site.
# This can also be the filename of a ruleeset.
Highlight Phishing Fraud = yes
So you would create a file, such as /etc/MailScanner/phishingfraud.rules.conf

Code: Select all

Highlight Phishing Fraud = /etc/MailScanner/phishingfraud.rules.conf
And create a tab delimited file with this:

Code: Select all

From: example.com     no
FromOrTo: *       yes
Post Reply