Update Status to accept SKIP/EXPIRED (Fixes: #2693)

This commit is contained in:
Jérémie Pierson 2022-02-05 11:40:10 +01:00 committed by Yadd
parent 7b71a0c764
commit 6df19ff183
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ sub run {
# Activity collect
if (
/^(\S+)\s+=>\s+(\S+)\s+(OK|REJECT|REDIRECT|LOGOUT|UNPROTECT|\-?\d+)$/
/^(\S+)\s+=>\s+(\S+)\s+(OK|REJECT|REDIRECT|LOGOUT|UNPROTECT|SKIP|EXPIRED|\-?\d+)$/
)
{
my ( $user, $uri, $code ) = ( $1, $2, $3 );