by Smite » Sat Jun 28, 2003 10:30 pm
Well, if I take you literally, you could add this to the file reject filter:
\.avi.*[0-9]
but that will only take effect when it actually goes to download the file, and as such is slower. A subject reject filter would be a better idea, so try:
\.avi\.[pr0-9][0-9][0-9]
That should match any PAR/MasterSplitter/RAR compressed files that would otherwise be confused with real .avi files.