TODO and WHISHLIST (in sparse order):

- Sync virott* with rottlog

- Add use of "set +p" when executing actions and scripts?
- Add check to deny use of shell variables in first/last action

- Add use of something to handle .@DEF_EXT extension only for compressed logs

- logpart: from second time a log is handled (using B or L) must be cut x 
  Bytes or x Lines from beginning of logfile.

- Add default_period option in main rc file?

- Add a @ERRORSCRIPT metavariable that add in pre/post rotate scripts something
  like:
  if [ $? -ne 0 ]; then
    echo "Error in (x)rotate script"|mail -s "error script" $touser
  fi

- Add a parameter to --checkrc option to choice to allow or not actions 
  and/or scripts

- In actions can be used $TDIR to reference to a temporary dir.
  In TDIR there is the same value expanded in @TEMPDIR in other sections.

- add a CUI and/or a GUI to edit configuration 

- Add a 'permanentinfo' option to search for previously saved informations
  about a logfile. This speed up handling of logfiles and add other
  infos impossbile to use without this.

- Add check in virott* for collect/tarcollect
- Add check on recursive use of "collect" (monthly points to a weekly
  logfile containing a collect directive to a daily log...)

- Add a @X_STOREFILE to use already expanded storefile (to be used
  in postrotate scripts) ????
- Add a @X_STOREDIR to use already expanded storedir (to be used
  in postrotate scripts) ????

- Add a Log2Rot script to convert config files from logrotate to Rot[t]Log

- Improve report message, including a final message with statistical
  informations about all logs handled 
- A messaging system to be able to read some particular information about
  logfile modifying in e-mail message

- Add "def[pre,post]rotate" script in main RC file??

- Add use of gettext? 

- Add in install.sh script capability to add a crontab entry for LOG_OWN??

