Is it possible to..

Orbiter1987

Client
Регистрация
23.02.2011
Сообщения
13
Благодарностей
0
Баллы
0
Is it possible to parse the Zennoposter log (error log) for a specific string that I need?
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
impossible.
well, why do you need it?
 

Orbiter1987

Client
Регистрация
23.02.2011
Сообщения
13
Благодарностей
0
Баллы
0
Safe-mail uses lots of different pop3 addresses, and when one attempt fails I get an error in the log which contains the right pop3 address for the account which I could parse and tell ZP to use on the next try. An alternative solution to this problem would be welcomed.
 

gemini

Client
Регистрация
10.03.2011
Сообщения
160
Благодарностей
31
Баллы
28
Can't you just create loop within template?
some pseudo code might help:

If error then {
increase error_count var
if(error_count<3) {
wait 30sec
go to start
}
}
 

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