Re: [Exim] Need a little filter syntax help - lower case

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Bradford Carpenter
Datum:  
To: exim-users
Betreff: Re: [Exim] Need a little filter syntax help - lower case
On Tuesday, December 16, 2003, at 10:42 AM, Marc Perkel wrote:

> but - what I really want is the low case of the string
>
> $h_subject:${substr_0_100:$message_body}
>
> What is the syntax for doing that?
>


Just started playing with exim's filtering capabilities, but won't the

${lc:<string>}

expansion work here?