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 

