Ilaria De Marinis wrote:
> authorize{
> dailycounter
>
> if (Auth-Type == "Reject") { #I tried also if(!ok) or
> if (reject)
That doesn't work. If the module returns "reject", then the
"authorize" section stops immediately. You can't "catch" a reject.
Alan DeKok.