deny dcc block... save some lines?

These are old archives. They are kept for historic purposes only.
Post Reply
the0ry
Posts: 2
Joined: Fri Oct 21, 2005 4:53 pm

deny dcc block... save some lines?

Post by the0ry »

would a deny dcc work if you have 1 block, with multiple filename lines, rather then multiple deny dcc blocks... example...

Code: Select all

deny dcc {
	filename *.bat;
	filename *.cmd;
	filename *.com;
	filename *.exe;
	filename *.msi;
	filename *.scr;
	reason "Executable File";
	soft yes;
};
thx
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

You need multiple DCC Deny blocks.
Post Reply