Hi, how is the syntax of the "reply_code" column in 'carrierroute' module? In the doc I some examples:
408 404 50.
Obviously "50." means any code starting by "50", but is it a typical regular expression? For example, does it allow something like "500|503" or "50[03]"?
Thanks.