help

These are old archives. They are kept for historic purposes only.
Post Reply
webmonkey
Posts: 7
Joined: Sun Oct 08, 2006 8:10 pm

help

Post 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
akin
Posts: 33
Joined: Wed Jun 22, 2005 8:41 am

Re: help

Post 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.+\....$
webmonkey
Posts: 7
Joined: Sun Oct 08, 2006 8:10 pm

Re: help

Post 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])
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post 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)
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

You should look into enabling email auth instead...
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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)
HITMAN
Posts: 6
Joined: Fri Feb 09, 2007 3:43 am

Post 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 (:
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply