TODO and WHISHLIST (in sparse order):

- add a CUI and/or a GUI to edit configuration 
- add check for timestamp of each single file??

- 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.

- Remove restriction for comments: valid comments can be inserted on same row
  of a valid command??????

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

- 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 remove capability. So .delayed_files don't reference to a no longer
  exsistant logfile
  Better: Add use of global remove_missing variable. (default set)
          If set a logfile in DELAYED_FILES is removed if no more existant
          If not set return an error code and stop execution

- Add check in virott* for collect/tarcollect
- Add controls 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 

- 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
- A messaging system to be able to read some particular information about
  logfile modifying in e-mail message

