Re: [Exim] Exim Spam Filter Example

トップ ページ
このメッセージを削除
このメッセージに返信
著者: P Kirk
日付:  
To: Phil Chambers
CC: exim-users
題目: 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?