Search First > Email problem
-
So, i am trying to fetch a link from an email to activate an account, using IMAP.
The Link looks like this:
http://secure.SOMETHING.com/m=email-register/submit_code.ws?address=Johny@mail.com&code=y*saxnel2317dkw124bFjS7dBut by using search first I would get the link result as: http://secure.SOMETHING.com/m=email-register/submit_code.ws?address=Johny@mail.com&code=y
Seems like Search first has a problem with the star simbol *, so i get the incorrect link, so it does not work. Any way to bypass this issue?
-
Ok i resolved the issue, by making a custom regex and finding the URL in the whole email message.
-
Happy to hear the problem solved, but you can also replace it (if posible, i mean full link till the end still exist)
Thanks