Page 1 of 1

help

Posted: Sat Dec 23, 2006 5:41 pm
by webmonkey
(e-mail: [email protected])
how can i add that kind of email address with spamfilter
when they register that kind of format ..
like
2 identd @ 3 or more . 3 character

Re: help

Posted: Thu Dec 28, 2006 3:10 pm
by akin
webmonkey wrote:(e-mail: [email protected])
how can i add that kind of email address with spamfilter
when they register that kind of format ..
like
2 identd @ 3 or more . 3 character
combinezon
1

Code: Select all

^..@...\....$
2

Code: Select all

^[a-z]{2}@[a-z]{3}\.[a-z]{3}$
3

Code: Select all

^..\x40.+\....$

Re: help

Posted: Tue Jan 09, 2007 11:29 am
by webmonkey
akin wrote:
webmonkey wrote:(e-mail: [email protected])
how can i add that kind of email address with spamfilter
when they register that kind of format ..
like
2 identd @ 3 or more . 3 character
combinezon
1

Code: Select all

^..@...\....$
2

Code: Select all

^[a-z]{2}@[a-z]{3}\.[a-z]{3}$
3

Code: Select all

^..\x40.+\....$

F p block 0 184594 86400 [block] webmonkey![email protected] ^..\x40.+\....$
F p block 0 184605 86400 [block] webmonkey![email protected] ^[a-z]{2}@[a-z]{3}\.[a-z]{3}$
F p block 0 184619 86400 [block] webmonkey![email protected] ^..@...\....$



I already did it ..
but it doesnt work !

here u can see ..

how can i add spamfilter that kind of random email..
but after dot.. it has only 3 identd ... only


[07:25pm] <Global> NickServ: group ykkvp has been created
[07:25pm] <Global> NickServ: 'ykkvp' registered by [email protected] (e-mail: [email protected])
[07:25pm] <Global> NickServ: Nick wisc has been requested
[07:25pm] <Global> NickServ: group wisc has been created
[07:25pm] <Global> NickServ: 'wisc' registered by [email protected] (e-mail: [email protected])
[07:25pm] <Global> NickServ: [email protected] identified for nick japaneseboy
[07:25pm] <Global> NickServ: Nick fpxtgzp has been requested
[07:25pm] <Global> NickServ: group fpxtgzp has been created
[07:25pm] <Global> NickServ: 'fpxtgzp' registered by [email protected] (e-mail: [email protected])
[07:25pm] <Global> NickServ: Nick djsao has been requested
[07:25pm] <Global> NickServ: group djsao has been created
[07:25pm] <Global> NickServ: 'djsao' registered by [email protected] (e-mail: [email protected])

Posted: Tue Jan 09, 2007 4:37 pm
by JanisB

Code: Select all

alias <name> {
	target <nick-to-forward-to>;
	type <type-of-alias>;
	spamfilter <yes|no>;
};
I think you don't have `spamfilter "yes"` in your config, default is 'no' (Info grabbed from docs)

Posted: Tue Jan 09, 2007 5:25 pm
by Stealth
You should look into enabling email auth instead...

Posted: Tue Jan 09, 2007 5:55 pm
by Jobe
Also a spamfilter cant determine the difference between a random string that matches (say .xyz) and a legitimate string that shouldnt match (say .com)

Posted: Fri Feb 09, 2007 9:25 am
by HITMAN
Stealth wrote:You should look into enabling email auth instead...
Yes, you can use status auth code.. If you can't do it, i ll help you...

Or you can do "SQL Auth (Web verify)" etc. etc...

if you can give more examples, more bot nicks, maybe i can solve this with mirc scripting (:

Posted: Sat Feb 10, 2007 3:16 am
by Jason
The problem is that mIRC scripted solutions are worthless on networks of significance. It is much better to run a custom bot or service on the shell hosting one of the servers, preferably a hub, and this is almost never a windows system.