Re: [exim] ACL and conditions

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Justin Koivisto
Data:  
Para: Matthew Byng-Maddick
CC: exim-users
Asunto: Re: [exim] ACL and conditions
Matthew Byng-Maddick wrote:

> On Wed, Sep 29, 2004 at 09:07:18AM -0500, Justin Koivisto wrote:
>
>>condition = ${if eq {$domain}{"koivi.com"}{yes}{no}}
>                                 ^         ^

>
>>condition = ${if > {$message_size}{KOIVI_MSG_LIMIT}{yes}{no}}
>>
>>as well as:
>>
>>condition = ${if and {{>{$message_size}{KOIVI_MSG_LIMIT}} 
>>{eq{$domain}{"koivi.com"}}} {true}}
>                ^         ^

>
>>Neither one of them worked out. Can someone get me on the right track?
>>Documentation links, etc. welcome.


I removed the quotes around the domain name, and tried the two different
settings as above. However, if I send a 1MB attachment to
justin@???, it goes through. I have:

KOIVI_MSG_LIMIT = 500K

-JK