You are not logged in.
Hey there,
if we receive a ticket via email - and this email contains an embedded image
via <img src="hXXp..."</img> - and we open up the ticket in glpi - the
browser trys to load the picture from this url and display the image.
So far - so normal.
But we are seeing a huge amount of spam emails with embedded pictures right now
which we do not want to get loaded an we do not need to see them.
is there any way to prevent glpi from importing this / removing these links - rewriting them to a "false" url
so that this pictures wont get loaded?
Thank you.
Offline
Hi there - we could solve this.
Added this rule via Ticketcleaner:
Regex: /<img[^>]+src=[\'"]\Khttp/ui
Replacement: hXXp
Seems to work so far.
Offline