Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Nigel Metheringham edited this page Nov 29, 2012 · 2 revisions

Q0201

Question

How can I arrange that messages larger than some limit are handled by a special router?

Answer

You can use a condition option on the router line this:

condition = ${if >{$message_size}{100K}{yes}{no}}

Clone this wiki locally