Mon Feb 09, 2015 1:33 pm
Ok. just found out they are not terminal.
Next question:
Say I have an address already in a list
A.B.C.D 1h
and now the same address gets executed with
Add-*-to*list address=A.B.C.D timeout=2h
will this
a) fail (and keep the original timeout
b) extend the timeout to 2H
c) add the timeouts to make 3h?
What if the new timeout is shorter (say 30 mins) , will it
c) reduce the timeout (effectively overriding the old entry)
d) keep it at the old value?
e) addthe shorter timeout to the exiting one (making it 1:30:00 from now)?