利用正則表示強化Blog的黑名單
從圖中可以發現以下規則
1. 網址中有ceramics
2. 網站位於blogspot.com
所以將以下兩個條件加到黑名單
1. ceramics[\w\-_.]*blogspot\.com
2. [\w\-_.]*ceramics\.blogspot\.com
上述規則可再進一步簡化(2007-02-19 update):
ceramics[\w\-_.]+[a-z]{2,}
0 TrackBacks
Listed below are links to blogs that reference this entry: 利用正則表示強化Blog的黑名單.
TrackBack URL for this entry: http://planetoid.info/cgi-bin/mt/mt-tb.cgi/511
Leave a comment