Disable url links in ticket history

Hi all,

Does anyone know if it is possible, or a good way to go to disable the links in the ticket history.
I clarify:
We get a lot of tickets where people send us phishing mails they received or mails containing a possible malicious url to analyse.
What we like to do is implement something that those urls in the history are "not clickable” so that nobody of the first line handlers can incidentally get infected.

kind regards,

U

Hi all,

Hi U,

Does anyone know if it is possible, or a good way to go to disable the links in the ticket
history.
I clarify:
We get a lot of tickets where people send us phishing mails they received or mails containing
a possible malicious url to analyse.
What we like to do is implement something that those urls in the history are "not clickable”
so that nobody of the first line handlers can incidentally get infected.

The automatic linking in the ticket history is done by a feature called MakeClicky. It was designed so that you can add your own parser to augment text in other ways too, not limited to just hyperlinking urls (or for that matter, “just” hyperlinking). The example in our documentation makes “ticket #xyz” into clickable links. But, the way it’s implemented allows you to turn it off completely with the following config:

Set(@Active_MakeClicky, qw());

See Extending/Clickable links - RT 4.4.0 Documentation - Best Practical for more information.

kind regards,

U

Cheers,
Shawn