Email processing fail, not catching full confirmation link..

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...?
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
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.*
 

resz

Client
Регистрация
24.07.2012
Сообщения
61
Благодарностей
3
Баллы
0
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..
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
try setting email processing again
 

resz

Client
Регистрация
24.07.2012
Сообщения
61
Благодарностей
3
Баллы
0
its working now..just weird..my regex is working well before that..btw thanks..;-)
 

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