2002-03-29 0.01 Tels first version
  - derived from stand-alone script
  - graphs: per day
	    per month of year
	    per month
            per day of month
            per year
            per day of week
	    per top-level domain
  - made package, with MANIFEST et al.
  - added some basic pod
  - added two basic tests
  - read in template, and write out as html
  - refined template and made it using a stylesheet
2002-03-31 0.02 Tels
  - use Date::Calc for Date_to_Days and some others
  - tests for _parse_date
  - _parse_date(): return 0 for undefined or invalid dates, return numerical
    values, correct year to be 4 digits
  - added graph: daily (w/ rolling average) 
		 rule (filter rules)
		 target (per target address)
  - renamed graphs: per_month => monthly, year => yearly
  - added the ability to supress generation of each graph
  - refined sample template
2002-04-07 0.03 Tels (first released version)
  - refined samples to be really generic
  - fixed bug: the last mail per archive was always dropped
  - graph's have now a minimum width to prevent cut-off texts
2002-04-07 0.04 Tels
  - /^From/ detection a bit more strict
  - don't die, but warn and skip files that don't look like a mail-archives
  - gather_mail: handle non-gziped mail-archives, too
  - gather_files: take all ordinary files (not just *.gz)
  - better doc
2002-04-07 0.05 Tels
  - draw values for yearly, and per domain stats
  - draw light-gray y grid
  - fixed width for bars for domain/yearly stats
  - 15% instead 5% on top if values are shown
  - 25% instead 5% on top if values are shown and vertical
  - count items in last 30 days and instert as last_30_days into template
  - fixed pod =hea1 NAME
  - added 'hour' stats
  - can filter out target domains and/or addresses (these appear as unknown)
2002-04-08 0.06 Tels
  - prediction for current year/month (thanx Bill Kearney)
  - the prediction code made necc. a different algorithmn for determining the
    maximum value, this also fixed the dailys stats, which were too spacy