Hi, I was looking at nntpcache.c/main and I got curious: when running nntpcached with any switches, the actions are executed BEFORE reading the configuration files... Correct me if I am wrong: when running a forced expire (line623), the values for the struct con.* are the defaults, because the reading of the config files is somewhere below (line709). Clearly this is not the expected behaviour... If I am wrong, please forgive. After all, it's friday afternoon :-) ;-) pac