Hi!

Now i do like this :
----
uri url_1 /www.domain1.com/
uri url_2 /www.domain2.com/
uri url_3 /www.domain3.com/
uri url_4 /www.domain4.com/

score url_1 10
score url_2 10
score url_3 10
score url_4 10

Isnt this a bit expensive? Report to SURBL or something and you get them added ;) (send a mail to raym...@surbl.org)

For your question, why dont you regexp it?

uri url_1 /www.domain(1|2|3|4).com/

The exact regexp is naturally depending on the domains but you dont need a seperate check for all.

The best to handle domains is putting them in a small rbl, or get them added to a existing rbl.

Bye,
Raymond.

Reply via email to