Email processing fail, not catching full confirmation link..

  • Автор темы Автор темы resz
  • Дата начала Дата начала

resz

Client
Регистрация
24.07.2012
Сообщения
61
Реакции
3
Баллы
0
{-Page.Domain-}/user/(validate|reset).* Im using this regex to catch a confirmation link..but sometimes get just half of the confirmation link..like

.com/user/reset/8363yd37d3737....
or
user/reset/ceyy737d73yd73...

sometimes i get the full link with the page domain but sometimes not..is this some kind of bugs...?
 
did you even test it before in regex builder???

Try using this regex instead of what you did there and let me know if it works:

{-Page.Domain-}/user/validate.*|{-Page.Domain-}/user/reset.*
 
do i need to setup back email processing with the regex? coz i just change regex form with your regex in search text by email and run but it cant detect any confirmation link..
 
its working now..just weird..my regex is working well before that..btw thanks..;)
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)