I have just been doing some testing on Enterprise v. 3.26.0 and found that if you add a URL link (Google for Testing) in to the message body of a notification (Only tested in Policies) and include a macro within the URL (Fig1), then hit save the link works when a user clicks it in the email, but if you then go back in to edit the notification the macro link then has the value of 25 added in after the % signs (Fig2) and once saved the link the fails in the emails. You can delete the 25 and save and then it works again until you go in and edit and it appears again.
This bug was in previous version, but I thought it had been fixed!
After further testing, I found that notifications using %25 are working correctly — it’s being handled as expected.
You can test this by directly using %25SECURITYPOLICY_ID%25, and it should resolve properly.
The issue seems to be that you’re inserting the section URL into the existing URL, which ends up breaking it.
It’s a bit tricky to explain, but the problem isn’t with %25, rather with the section URL macro you’re using — you’re essentially adding the entire Eramba domain into an already complete URL.
Thank you Sam, that has worked by adding in the full URL including the 25 from the start. Just need to remember it!
Just find it odd that the system adds the 25 in when it’s missing and then won’t accept it after!!!