Re: [Exim] Exim Spam Filter Example

Inizio della pagina
Delete this message
Reply to this message
Autore: P Kirk
Data:  
To: Phil Chambers
CC: exim-users
Oggetto: Re: [Exim] Exim Spam Filter Example
>
>One observation: you do a lot of lc:$message_body and simlilar. That is
>redundant and may induce a lot of wasted CPU time because "matches" is defined as
>being case-insensitive. (Case-sensitive matches are achieved by using "MATCHES".)


So if I want anyone who opens an email with "Dear friend" to be caught, what synrax would you recommend?