8k.com

These are old archives. They are kept for historic purposes only.
Post Reply
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

8k.com

Post by DragonRyder »

just got this spam:
^- A|ienware, B0XX and 0verdrive systems (Dual P4 and AMD, 1TB hard drives, 4GB RAM, 1024mb n|Vidia, Dual 24+ inch LCD displays, etc.) and 60-inch plasma TVs from 4 600 dollars: 12nobrainer.8k.com All brand new. Email me!
whyatt was [email protected] * Wyatt Twirp
Dns resolving sexy.he-is.info
Resolved: 208.98.23.210

i reported the IP to FBI - now here is my thing - i coulda swore i set this spamfilter up correctly:

Code: Select all

spamfilter {
	regex "http://.+\..+/.8m\..+\.com"; 
	target private;
	action gzline;
	reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg.
};
am i doing this wrong?

the addy spammed always contains 8k.com
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Re: 8k.com

Post by wax »

DragonRyder wrote:

Code: Select all

spamfilter {
	regex "http://.+\..+/.8m\..+\.com"; 
	target private;
	action gzline;
	reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg.
};
am i doing this wrong?

Code: Select all

spamfilter {
	regex "http://.+\..+/.8k\..+\.com"; 
	target private;
	action gzline;
	reason "[autobanned]: You are spamming our users with an ONJOIN ad/msg.
};
/spamfilter add pnc gzline 7d You_are_spamming_our_users_with_an_ONJOIN_ad/msg 8k\.com
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Post by DragonRyder »

lol - thanks - i just realized i set it for 8m instead of 8k - and thanks for the command - that helped
Git
Posts: 6
Joined: Sat Jul 08, 2006 10:47 pm

Post by Git »

/spamfilter add pNna gline +0 Spam *.??.?.*A.?.??ienware.?.*B0XX.*and.*0verdrive.*systems.*.??Dual.*P4.*and.*AMD.?.*1TB.*hard.*drives.?.*4GB.*RAM.?.*1024mb.*n.?.??Vidia.?.*Dual.*24.?.??.*inch.*LCD.*displays.?.*etc.?.??.*and.*60.?inch.*plasma.*TVs.*from.*600.*dollars.?.*nobrainer.?8k.?com.*All.*brand.*new.?.*Em.*
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Git can i just say in most cases including this one there is absolutly no need to add the entire message as the spamfilter or to try and match the entire message.

You should usually be able to match a small portion of the message and therefore match more occurances of the message.
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Post by DragonRyder »

especially when the messages are usually a bit different - and the only thing that is constant in all msg's sent is 8k.com

again - thanks Jobe1986 for your assistance
Post Reply