--On 4 March 2008 09:56:46 +0530 Gaurav Pruthi <[EMAIL PROTECTED]> 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

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to