Selectively pass lists to a specific outlet
Route outlet1 outlet2 ... outletn
An outlet is created for each outleti. When a list is received via the inlet toRoute, its first element is compared against the list of outlet names. If it matches one of the names, the entire list (including the first element) is sent out via that outlet.