Page 1 of 1

EXP/mIRC.DCC.#2

Posted: Sun Mar 07, 2004 8:50 pm
by PHANTOm

Code: Select all

spamfilter {
	regex ".{225}";
	target { dcc; };
	action block;
	reason "EXP/mIRC.DCC.#2 Filename too long might cause a bug in mIRC 6.12";
};

Posted: Sun Mar 07, 2004 9:01 pm
by eQuiliBrium
Can you pls provid us with a short explanation about this.
I kinda understand what it stands for.
But to avoid missunderstanding and misstakes in the script.

(same here)

Posted: Mon Mar 08, 2004 12:40 am
by Syzop
Added in CVS.

Posted: Mon Mar 08, 2004 4:33 am
by lord2800
eQuiliBrium wrote:Can you pls provid us with a short explanation about this.
I kinda understand what it stands for.
But to avoid missunderstanding and misstakes in the script.

(same here)
Basically, there's a potential crash in mIRC versions prior to 6.14(I think they fixed it there?) where if you send a file through DCC that has a name longer than 255 characters, you can crash the client.

Posted: Sat Mar 27, 2004 7:17 am
by Static
Is there a way to add this in via the command line? and not the conf

Posted: Sat Mar 27, 2004 5:48 pm
by AngryWolf
Yes, of course, read the documentation.

Posted: Mon Mar 29, 2004 6:33 am
by Static
Ive read it im just not seeing a example that could help blocking the dcc exploit with the /spamfilter command

Posted: Tue Mar 30, 2004 8:31 am
by AngryWolf

Code: Select all

/spamfilter add d block - EXP/mIRC.DCC.#2_Filename_too_long_might_cause_a_bug_in_mIRC_6.12 .{225}
Is it that difficult?

Posted: Fri Apr 02, 2004 6:57 am
by Static
Thank you and sorry I dont have your intellegiance(sp?) Im still learning

Posted: Fri Apr 02, 2004 8:23 am
by AngryWolf
Oh, then sorry from me too.

Posted: Fri Apr 02, 2004 7:57 pm
by Syzop
Please use 'Unreal3.2 support' instead, this section is only about (proposals for) adding new spamfilter rules and false positives.