Q0201 - Exim/exim GitHub Wiki

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}}

⚠️ **GitHub.com Fallback** ⚠️