0.95.2
------
o Cleaned out some obsolete $badguys.
o MD5 checks and header checks now use different histories so the
  length can be specified for each.
o $ArticleHistSize changed to $ArticleHistory because lots of these
  variables are sounding very similar
o Tweaked the out-of-date Netzilla filter.
o Added "URL in From line" filter.  Real people don't put URLs in
  their From lines.
o Changed default $bin_allowed to include de.alt.dateien (German
  alt.binaries) and allow for other non-English binaries groups.
o Changed the name of the second patch to "dynamic-load.patch"
  because "md5.patch" was stupid.  It doesn't do md5, it just
  enables dynamic perl loading.  The patch has *not* changed.
o The $badguys check now looks at NNTP-Posting-Host.

0.95.1
------
o Added MD5 body checksums, and the new patch to enable them.
o Changed the EMP memory expiration to time-based.
o Moved body-scanning filters to the end of the code, after the EMP
  filter, so they won't be called as much.  (Performance enhancement.)
o Various other performance enhancements.
o Added $allexclude to keep clari.* intact.
o EMP memory only expired every $trimcycles times through the filter.
o Changed the default for $block_binaries to on, now that the binary
  filter works the way I want.

0.95
----
o Improved binary filter again, now relies on detection of encoded lines.
o Added $max_encoded_lines variable for binary filter.
o Added $bin_allowed to tell the binary filter where binaries are ok.
o Added $verbose option.  Turned on, makes news.daily reports interesting;
  turned off, makes them shorter and more to the point.
o Added "services" filter, scanning subject lines.  Very nice.
o Added a filter for the "angle-bracket spam bot", made famous by
  the sperm-donor spammer.
o Forced-lowercase body scan now only looks at first 50k of the article.
  (That should be enough...?)
o Added Email Platinum filter
o Fixed the continuation-line bug in the Cyclone version

0.94.4
------
o Lowercase Organization once instead of multiple times.
o Removed some obsolete $badguys and filters.
o Added some new $badguys, of course.
o Raised the default EMP settings a tiny bit.
o Fixed up the search for uuencoded and base64-encoded lines.
  It works much better now.
o Made the blocking of MIME-encapsulated HTML an option, in case it
  makes you uncomfortable.  Please note that this does NOT affect
  straight HTML or multipart/alternative, like the posts generated
  by Netscape and IE, but ONLY MIME-encapsulated HTML posts, a
  favorite format of sex spammers which often sneaks in under the
  EMP radar.
o Brought the Cyclone version up to date, finally.

0.94.3 (INN version only)
------
o Exempt posts in binary groups over 1000 lines from the posting-host
  filter, to prevent false positives on multipart binary posts.
o Moved config variables out of filter_art, so they don't need to
  be executed every time through the filter.  (INN version.)
o Added a lower crosspost limit for jobs, forsale, and test groups.
o Added a nifty new filter to catch the Adultsights spam based on
  the pattern of headers their spam program makes.
o "Misc HTML Spam" was catching all multipart/alternative HTML posts,
  regardless of the $block_html setting.  It shouldn't be anymore.
o Added spammer-filters and such, obviously.

0.94.2 (INN version only)
------
o ARGH! *Really* fixed the AOL false positive problem.  I will write
  on the chalkboard 1000 times, "double quotes eat backslashes."
  (Cyclone 0.94 is fixed.)
o Moved the lowercasing of the body inward in the loop so it is not
  applied to all articles (performance enhancement).
o Changed some body search regexps to accomodate.
o Changed the ^begin regexp again.

0.94.1
------
o Improved the binaries-in-non-binary-groups filter, and fixed a
  small bug in the INN version.
o Added a couple more exemptions and a couple more spammers, since
  I was making changes anyway.
o Reversed the order of this file, because, like, that's what
  other people do.

0.94
----
o Added option to reject binaries in non-binary groups.
o Added option to reject HTML and multipart/alternative posts.
o Added a few more spam sites.
o Cleaned up the URL body scan to use $badguys and $badips.
o Made the URL search case-insensitive.
o Added search for text/html within multipart MIME posts.
o Attempted performance enhancement by lowercasing strings instead
  of using case-insensitive pattern matches.
o Sprinkled some ?: around as another attempted performance enhancement.
o Changed the regexp searching for ^begin lines of encoded HTML spam.
o Fixed a false positive problem -- all articles coming from AOL
  have the AOL news server name in NNTP-Posting-Host, so many AOL
  posts were getting caught by the posting-host/lines EMP filter,

0.93
----
First "real" release.

