Actually, the settings defined in ioBanana.tcl (those you pasted) are only used to send warnings to the announce channel. The autonuker (the one that nuked this directory) is configured in ioCONFIG.itcl since it's a server-side script. The default (read: sample) rules would indeed nuke this one. They are defined as follow:
Code:
###; iMDB rules
###; Syntax: {"*pattern*" year rating votes}
set anuke(imdb,DVDR) {{"*limited*" 2003 5.0 50} {"*" 2002 5.5 150}}
According to what you said, you should have "set anuke(imdb,DVDR) {{"*" 2000 5.0 550}}".
EwarWoo: the configuration file defines the minimum requirements.