I was install delegate for nt with folowing options: dg.exe -P119 SERVER=nntp EXPIRE=30d CRON="0 * * * * -expire 30d" MOUNT="= nntp://news.myisp.com./" CACHE=do DGROOT="D:\delegate01-myisp.com" ADMIN="admin@somewhere.." PERMIT="*:*:192.168.0.0/24,192.168.1.0/24,192.168.2.0/24,192.168.3.0/24,213. 149.46.14/29,127.0.0.1/32" Well everything is fine , but now my disk is full (80 gb) and delegate stop to work ... then I must delete some files under cashe directories manualy and restar delegate ... then everything is fine till next time ... I was watch expire log and there is no evidence that delegate delete old files ... Does delegate delete files older than EXPIRE parameter (30 days) , or I must do this manualy? Here is log: 2005/00/00-00:00:0X [18036] D:\/delegate01-myisp.com/cache -rm -atime 30d -sum 2005/00/00-00:00:0X [18036] D:\/delegate01-myisp.com/cache: 138687808 blk, 724 dir, 155850 reg, 0 rem (0 blk), 0 err, 30 sec Line 0 rem (0 blk), says that is 0 files removed? Maybe I install with wrong parameters? If is true how to do right install? Thanks!