Re: [EXIM] Size of messagebody in filter

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: Ray Vermey
CC: exim-users
Assunto: Re: [EXIM] Size of messagebody in filter
On Fri, 3 Jul 1998, Ray Vermey wrote:

> What i need to know is this:
>
> a) Is 'contains "string"' the same as 'contains "String"' ?


>From the filter document:


19. String testing conditions

  There are a number of conditions that operate on text strings, using the     |
  words 'begins', 'ends', 'is', 'contains' and 'matches'. If the condition     |
  names are written in lower-case, the testing of letters is done without      |
  regard to case; if they are written in upper-case (for example, 'CONTAINS')  |
  then the case of letters is significant.                                     |


> b) Where can i set the default size of the messagebody read in greater than
>    500 characters ?


>From the main spec:


$message_body: This variable contains the initial portion of a message's body
while it is being delivered, and is intended mainly for use in filter files.
The maximum number of characters of the body that are used is set by the
message_body_visible configuration option; the default is 500. Newlines are
converted into spaces to make it easier to search for phrases that might be
split over a line break.

...

message_body_visible

      Type:    integer
      Default: 500


      This option specifies how much of a message's body is to be included in
      the message_body expansion variable.



-- 
Philip Hazel                   University Computing Service,
P.Hazel@???          New Museums Site, Cambridge CB2 3QG,
ph10@??? (sic)       England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***