Version 0.94 released 2007-01-13

o	Added new test, TestFileIP, which compares the IP address parsed from
	the email's appropriate Received header against a local text file
	containing a list of IP address. Can be used to consult a list of
	blacklisted IPs, or whitelist if (-) is used to subtract score.


Version 0.93 released 2007-01-12

o	If the IP address can not be parsed in the Received headers, now shows
	ip=none instead of ip=?

o	The matching tests are now shown in new header X-SpamTestBuddy-Tests:

o	Bug fix for repeated header matches. Now, each "TestHeader" in the
	config file will only match once in an email. So accidental duplicate
	headers will not increase the score (e.g., two X-SpamProbe lines).

o	However, you can now repeat identical "TestHeader" in the config
	file to increase score weight (e.g. two identical TestHeaderFloat
	will double the match score if they both match). Each TestHeader in
	the config is tested independently, even if another test overlaps.
	You can duplicate TestHeader's to increase the weighting of a test.

