j
k
j a
j l
This can probably still be "overridden" manually in a failure_route[], even though it's not the prettiest option. e.g.
failure_route[1] { ...
if(t_check_status("503")) { t_reply("503", "Service Unavailable"); exit; } }
Or am I missing something?
Back to the thread
Back to the list