
1.2 -> 1.3
   - Changes by Joop Boonen <jboonen@worldonline.nl>
     I've fixed a few things in your perl script. First of all i
     corrected the line with X-$to in it, as X-to is not the
     correct syntax for mail, at least not for the inews program.

     Than i added the cc field as this can be cc or CC i checked
     on it as not case sensitive.

     For both cc and to i added a part that will  read all line
     that belong to this cc and to and this can be more than one
     email address, i checked via the , at the end of the line.

0.7 -> 1.2
   - Updated addresses in script and HOWTO from netizen to
     tertius.
   - Jumped version number of script to 1.2 so it matches the
     version number of the HOWTO.

0.6 -> 0.7
   - Changed script name from mail2news.pl to mail2news
   - Now preserves References: header and transforms
     In-Reply-To: to References: if none found.

0.5 -> 0.6
   - Updated the HOWTO some more
   - HOWTO converted to sgml
   - Having newsgroups in both @ARGV and headers is now only
     a warning, not a die
   - Altered my email to bekj@netizen.com.au everywhere
   - Filename's now mail2news.pl
   - Added X-To: header to help with debugging
   - Neatened code in main loop

