16 Mar
2009
16 Mar
'09
11:55 a.m.
Hi,
if (rejected) {
are you sure sucha return code is available and comparable in such a way? looks like 'rejected' got matched...possibly because the check went okay - a value of 0 - rejected isnt defined...has a value of 0 too? just a guess!
switch "%{control:rcode}" {
nice: but likewise, do you know the value of %{control:rcode} to act the case against? looks like it didnt match any of your triggers and so defaulted to ERROR. alan