Re: [Exim] Exim Spam Filter Example

トップ ページ
このメッセージを削除
このメッセージに返信
著者: P Kirk
日付:  
To: Phil Chambers
CC: exim-users
題目: Re: [Exim] Exim Spam Filter Example
Thanks for that Phil. Before I start editting, one small question.

>
>If you want to ignore blank lines and spaces before it then
>
> if $message_body MATCHES "^ *Dear friend"
>or
> if $message_body matches "^* dear friend"
>

So which is better:
if $message_body matches "^* dear friend"

or

if $message_body contains "^* dear friend"
                 ^^^^^^^