2002-12-27 15:53  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	Change version to 0.1.3
	
2002-12-27 15:52  Dan Nelson <dnelson@allantgroup.com>

	* NEWS:

	Add Id
	
2002-12-27 15:50  Dan Nelson <dnelson@allantgroup.com>

	* NEWS:

	News for 0.1.3
	
2002-12-27 15:38  Dan Nelson <dnelson@allantgroup.com>

	* Makefile.am:

	Add FreeBSD rc script
	
2002-12-27 15:36  Dan Nelson <dnelson@allantgroup.com>

	* contrib/spamass-milter.sh:

	add Id
	
2002-12-27 15:35  Dan Nelson <dnelson@allantgroup.com>

	* contrib/spamass-milter.sh:

	Add a FreeBSD startup script
	
2002-12-23 11:08  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.1.in, spamass-milter.cpp, spamass-milter.h:

	Add -u option to pass the username to spamc.  Without -u behaviour
	should be unchanged.
	
2002-12-21 12:20  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	Check for an empty header
	
2002-12-21 12:18  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.1.in:

	document debug level 3
	
2002-11-17 17:01  Dan Nelson <dnelson@allantgroup.com>

	* AUTHORS:

	Update list of patch submitters
	
2002-11-17 16:57  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.1.in, spamass-milter.cpp, spamass-milter.h:

	Add -r flag, which allows you to have sendmail reject the message if SA
	tags it as spam, or if it exceeds a given score.
	
	Closes patches 440 and 441, submitted by Patrick Monnerat <pm@datasphere.ch>
	
2002-11-15 17:22  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.1.in, spamass-milter.cpp:

	Add -m option, which disables body, Subject:, and Content-Type: header
	modification.  Closes patch 385.
	
2002-11-15 15:54  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	Revert the spamc check back to the way it was (find absolute path of
	spamc).  We'll do "spamc with arguments" testing later, when the milter
	can actaully handle it.
	
2002-11-15 01:18  Dan Nelson <dnelson@allantgroup.com>

	* Makefile.am:

	Switch from --fsf to --no-wrap, which is really what I wanted in the
	first place.
	
2002-11-15 01:17  Dan Nelson <dnelson@allantgroup.com>

	* autogen.sh:

	
	Try really hard to run a new-ish version of autoconf.  This should make
	rhautogen.sh obsolete.
	
2002-11-15 01:04  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp, spamass-milter.h:

	
	- Factor out all the header-changing code into a single
	  update_or_insert function.  This greatly simplifies the whole
	  program, finally making it insert/change/leave correctly for all the
	  headers it touches.
	
	- Fix mlfi_header to actually suppress incoming SA headers like it's
	  supposed to.  This fixes a bug where an incoming SA header with the
	  wrong case would end up overriding the header our SA tries to add.
	
	- Declare a temporary string variable to hold the body text before we
	  call smfi_replacebody.  Trying to do stringvar.substr(x,x).c_str()
	  simply will not work.  substr() creates a temporary string object,
	  c_str() dutifully returns a pointer to it, and when the destructor
	  for the temp string frees the memory, the data the pointer points to
	  gets blown away.  This fixes a longstanding bug where tagged emails
	  would have their message body completely overwritten with x00 or xD0
	  on OSes that ensure that free'd memory is blanked.
	
	- C++ should be strangled, then shot, then burned, and the ashes set
	  into a cement block and dumped into the ocean.  This should be
	  obvious.
	
2002-11-14 21:23  Dan Nelson <dnelson@allantgroup.com>

	* acinclude.m4:

	Update acx_pthread; Tru64 and HP-UX compatibility, and make sure the tests are run under C
	
2002-11-14 21:22  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	Only add /usr/lib/libmilter as a library path if the directory exists
	
2002-09-23 00:39  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	Previous commit should read
	
	AC_CHECK_PROG doesn't work; AC_CHECK_PROGS does.
	
2002-09-23 00:39  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	AC_CHECK_PROG doesn't work; AC_CHECK_PROG does.
	
2002-09-20 16:15  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	
	Allow the user to specify spamc arguments during configure
	
2002-09-18 12:17  Dan Nelson <dnelson@allantgroup.com>

	* Makefile.am, configure.in:

	
	Change version number to reflace that there are post-release changes.
	
	Change how the ChangeLog is created for the distribution file, so we
	don't get a 0-byte ChangeLog.bak in the .tar.gz.
	
2002-08-28 11:54  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	Add Id variable to store CVS version in the binary
	
2002-08-23 11:59  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	Fix bug that caused doubling of Content-Type: on spam emails.
	
2002-08-19 15:39  Dan Nelson <dnelson@allantgroup.com>

	* contrib/: spamass-milter-redhat.rc, spamass-milter.spec.in:

	* Patches from Fritz Elfert <fritz.elfert@to.com>
	  - Use RPM macros everywhere (this fixes install of manpage)
	  - Changed Group to an official group of RedHat
	  - Added preun and post scriptlets
	  - Made clean scriptlet foolproof
	  - Added condrestart to redhat rc script
	
2002-08-18 16:38  Dan Nelson <dnelson@allantgroup.com>

	* NEWS:

	Fix typo
	
2002-08-18 16:13  Dan Nelson <dnelson@allantgroup.com>

	* NEWS:

	News for 0.1.2
	
2002-08-18 16:13  Dan Nelson <dnelson@allantgroup.com>

	* AUTHORS:

	Update with my name, and add Waider
	
2002-08-18 15:53  Dan Nelson <dnelson@allantgroup.com>

	* ChangeLog, Makefile.am:

	More cleanup for the distribution.
	
	- Zero out ChangeLog, as it is now autogenerated by "make dist".  You
	  can manually generate one with "make changelog", but your tree must
	  have been checked out with CVS for it to work (i.e. the dist tarball
	  won't work, but then again it will ship with a matching ChangeLog, so
	  who cares)
	
	- Add some more files to maintainer-clean-local: and distclean-local:
	  targets, as the autoconf/make people can't seem to keep track of what
	  files their own tools generate.
	
2002-08-18 15:44  Dan Nelson <dnelson@allantgroup.com>

	* contrib/users:

	List of committer IDs and names, for use by cvs2cl
	
2002-08-17 22:09  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.1.in:

	Remove some extra comments
	
2002-08-14 11:15  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	
	Fix swapped variables names preventing subject and content-type from
	being updated (from Lance A. Brown)
	
2002-07-25 23:32  Dan Nelson <dnelson@allantgroup.com>

	* Makefile.am, configure.in, spamass-milter.1.in:

	Minimal manpage.
	
2002-07-24 11:19  Dan Nelson <dnelson@allantgroup.com>

	* Makefile.am, autogen.sh, configure.in, rhautogen.sh,
	contrib/spamass-milter, contrib/spamass-milter-redhat.rc,
	contrib/spamass-milter.spec.in:

	
	- Add RedHat .spec and .rc files
	
	- Add contrib/ files to the distfile
	
2002-07-22 22:48  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	Forgot to mention; the previous commit was patch 354
	
2002-07-22 22:47  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	
	Only replace Subject: and Content-Type: headers if they change
	
2002-07-22 22:46  Dan Nelson <dnelson@allantgroup.com>

	* configure.in:

	Make failure to find milter library fatal
	
2002-07-22 22:34  Dan Nelson <dnelson@allantgroup.com>

	* spamass-milter.cpp:

	
	Patch 341
	
	- Fix typo affecting the case of incoming spam with no subject
	
2002-07-22 21:05  Dan Nelson <dnelson@allantgroup.com>

	* acinclude.m4:

	Fix an accidentally spammed embedded Id
	
2002-07-22 21:02  Dan Nelson <dnelson@allantgroup.com>

	* Makefile.am, acconfig.h, acinclude.m4, autogen.sh, configure.in,
	spamass-milter.cpp, spamass-milter.h:

	
	- Update to autoconf 2.53
	- Use ACX_PTHREAD for more portable threads detection
	- Only -lmilter is required; search for -lsm or -lsmutil when -lmilter fails,
	  for compatibility with older sendmails
	- Only mfapi.h is required
	- add net library checks for Solaris
	- Reorder entries in autogen.sh
	- Move struct declarations into headers, and variable definitions into
	  source.
	- add -d debug flag
	- fix incorrect use of LOG_ macros
	- use poll when feeding data to spamc to avoid the 250k deadlock
	- compiles with gcc 3.1
	
2002-04-27 12:14  Georg C. F. Greve  <greve@gnu.org>

	* contrib/spamass-milter:

	adopted for commandline-parameter change
	
2002-04-27 12:05  Georg C. F. Greve  <greve@gnu.org>

	* ChangeLog, spamass-milter.cpp, spamass-milter.h:

	Added support for 'X-Spam-Level' Flag introduced with version 2.20 of SpamAssassin
	
2002-03-27 09:56  Michael Brown <michael@supermathie.net>

	* spamass-milter.cpp:

	Added a -f option that makes spamass-milter fork into the background
	spamass-milt now removes the socket if it already exists.
	
2002-03-06 07:07  Georg C. F. Greve  <greve@gnu.org>

	* AUTHORS, ChangeLog, NEWS, configure.in, spamass-milter.cpp,
	spamass-milter.h, contrib/spamass-milter:

	Applied some patches. Rights assigned to FSF Europe. Appointed Michael as maintainer.
	
2002-02-26 06:55  Georg C. F. Greve  <greve@gnu.org>

	* contrib/spamass-milter:

	seems I forgot to commit it last time. *sigh*
	
2002-01-31 09:56  Georg C. F. Greve  <greve@gnu.org>

	* NEWS:

	News for 0.1.1
	
2002-01-31 09:34  Georg C. F. Greve  <greve@gnu.org>

	* spamass-milter.cpp:

	fixed some typing bugs... :-)
	
2002-01-31 09:28  Georg C. F. Greve  <greve@gnu.org>

	* spamass-milter.cpp, spamass-milter.h, ChangeLog, configure.in:

	* Update for Version 2.0+ of SpamAssassin
	* Only modify mail *not* rated Spam before, leave marked Spam untouched
	
2002-01-16 16:24  Georg C. F. Greve  <greve@gnu.org>

	* spamass-milter.cpp:

	output package name & version with usage
	
2002-01-16 16:19  Georg C. F. Greve  <greve@gnu.org>

	* spamass-milter.cpp:

	now using SPAMC variable determined in configure
	
2002-01-16 16:16  Georg C. F. Greve  <greve@gnu.org>

	* contrib/README.gnus:

	This might be useful to other gnus users.
	
2002-01-16 16:10  Georg C. F. Greve  <greve@gnu.org>

	* README:

	A small README to have minimal documentation
	
2002-01-16 15:41  Georg C. F. Greve  <greve@gnu.org>

	* Makefile.am, acconfig.h, configure.in:

	Autoconf should work now
	
2002-01-16 14:30  Georg C. F. Greve  <greve@gnu.org>

	* acconfig.h, config.h.in, AUTHORS, NEWS, README:

	autoconf setup still needs polishing
	
2002-01-16 14:26  Georg C. F. Greve  <greve@gnu.org>

	* ChangeLog, Makefile.am, autogen.sh, configure.in, config.h.in:

	autoconf setup still needs polishing
	
2002-01-16 03:41  Georg C. F. Greve  <greve@gnu.org>

	* spamass-milter.cpp, spamass-milter.h:

	Source Base
	
