ChangeLog: 

v1.0: (Aug 13th 1999)
* Rewritten most of the program. Much enhancements!!
* Using now two "third party" modules for parsing dates. Much 
  better and accurate than the old method
* Support for selecting the languaje in which the reports are to
  be sent. Even per-user selection! 
* Stablished a trigger size, which can be tuned per user. If the mail
  folder is smaller than this, no processing is done.
* Locks are made with semaphores (procmail style) and flock over the mail
  folder. This should help to make the program safer.
* Separated files for the report messages. Full customization posible. :-)
* New config file format. A bit cleaner in my opinion.
* New behaviour over mailfolders. A first check is made to see if a folder
  belongs to a user. If it doesn't, that folder is skiped. THE ROOT FOLDER
  IS NOW IGNORED!! Mail me if you think that it shouldn't be this way.
* Comments and source code is now in English, to make it easy to contribute.
  -- There is no excuse now!!! (BTW, thanks for the contributions received) --


v0.2: (Feb 24th 1999) 
* Fixed a bug in the .sav options. Now it handles correctly the messages.
* If the date is in a wrong format, we return todays date. That way we 
  don't delete the mail if the date is wrong
* Added teh option $SAVEDIR, which specifies where to store saved mail.
* Fixed bug in maintaining the uid, gid and permisions of the folders.
* Moved the lock mecanism to separated functions, in order to improve it 
  in next versions.
* New parsing of the Date: headers.
* Several bugfixes on filenames and so. 

v0.1: Initial relase 
