At 05:28 AM 1/16/2003 +0800, [EMAIL PROTECTED] wrote:
>thx it solved
>and if i want ban more than 1 site then is it use
>if (isin("body","www.abc.com|www.abc.net")) reject "Your site is banned" ???

No, isin is a simple match, so use multiple rules instead.

if (isin("body","www.abc.com")) reject "Your site is banned" ???
if (isin("body","www.abc.net")) reject "Your site is banned" ???

However body matching rules are very resource intensive and best 
avoided except for local posts.


        ChrisP.



Reply via email to