Re: [exim] Exim ACLs

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Ian Eiloart
Data:  
Para: Gaurav Pruthi, exim-users
Assunto: Re: [exim] Exim ACLs


--On 4 March 2008 09:56:46 +0530 Gaurav Pruthi <gkpruthi@???> wrote:

>
> Thanks for the gr8 help evans but i am unable to find ACL to restrict max
> characters in message_body. Its about max lines and size only.
>
>


You need to create a condition using the expansion item $message_body_size,
as Dave said. The items is described in section 11.9 of the docs, which
Dave pointed you to.

You should say something like this as an acl condition:

condition = ${if > {$message_body_size}{160}}

--
Ian Eiloart
IT Services, University of Sussex
x3148