Forum Moderators: open
could someone help me do a regex for this block?
195.166.224.0 - 195.166.255.255
I have been getting nigerian scam mail lately and it seems to come from that block from what i can trace.
I believe this is correct?
RewriteCond %{REMOTE_ADDR} ^195\.166\.2(2[4-9]¦[34][0-9]¦5[0-5])\. [OR]
If it's the only or last line omit the "[OR] and don'f forget what the board does to the "¦" character
Don