Re: [Exim] Choosing smarthost based on message size

Góra strony
Delete this message
Reply to this message
Autor: Andreas Metzler
Data:  
Dla: exim-users
Temat: Re: [Exim] Choosing smarthost based on message size
On Wed, Aug 27, 2003 at 10:57:19PM +1200, Scott Truman wrote:
>     I want messages over a certain size to be sent to a different
> smarthost. How do I go about this in a router?


How about using two routers defaultsmarthost and bigmail, the former
having condition = ${if >{$message_size}{10M}{no}{yes}}
to deny the message and pass it to the bigmail router.
             cu andreas