It still descends into special folders looking for the .auto flags but it will no longer process them as a result of a higher recursive flag. Do you have the latest version? There's a block just above there that will break any recursion:
Code:
if {$force && [string match {\[*} [file tail $dir]]} {
log "Special folder, skipping."
set force 0
}