]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - NEWS
7a0da74e011e399079e518f5c8c5cfc571ee5d45
[deb_pkgs/spamass-milter.git] / NEWS
1 $Id: NEWS,v 1.23 2005/02/04 18:55:32 dnelson Exp $
2
3 0.3.0: (2005-02-03)
4  * -M option which disables all message modifications
5  * Fixed crash on spam with no body at all
6  * -e option to pass full recipient email address to spamc
7  * -x option to expand recipient list with sendmail -bv
8  * -f truly daemonizes now, instead of simply forking
9  * -P option to create a pidfile
10  * Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers
11  * Fixed possible crash when a fork() call fails
12
13 0.2.0: (2003-06-26)
14  * -b/-B options to redirect tagged messages to another email address.
15  * -i option to not run spamassassin on messages coming from specified
16    networks.
17  * All arguments after -- will get passed to spamc (deprecate -D at the
18    same time).
19  * Envelope, remote IP, HELO, and date get sent to spamc, so the
20    results more closely match what spamc via procmail sees.  A lot of
21    SA rules could never fire because this data was missing. You will
22    need to add a line to your sendmail config file to enable date
23    passing (see README).
24  * A compatible manpage is generated on systems without mdoc macros.
25  * Incoming messages with absolutely no headers at all now get checked
26    correctly
27
28 0.1.3a: (2002-12-31)
29  * Fixed hanging problem when processing a message with no headers at
30    all.  Sort of serious, so it gets its own release.
31
32 0.1.3: (2002-12-27)
33  * -m option disables body, Subject:, and Content-Type: header
34    modification.
35  * -r option tells sendmail to reject the message if it exceeds a given
36    score.
37  * -u option passes recipient username to spamc.
38  * Fixed illegal use of freed memory causing message loss on some
39    platforms.
40  * Fixed header doubling problem, and cleaned up the case where
41    incoming messages already have X-Spam* headers
42  * Updated RPM files.
43
44 0.1.2: (2002-08-18)
45  * Many portability fixes.  Should build on any *BSD, Linux, Solaris,
46    or Tru64 box, with any milter-compatible sendmail, with any
47    compiler.
48  * Fixed the "250K deadlock" bug.
49  * Subject and Content-Types headers are only replaced if they changed. 
50    This makes /var/log/maillog a bit cleaner for servers that get mail
51    that has already been run through SpamAssassin.  The mail is still
52    checked, so you can't bypass anything by adding SA headers.
53  * Added SpamAssassin field "X-Spam-Level".
54  * Added a manpage.
55  * Added RedHat spec files.
56  * -f option forks the milter into the background.
57  * -d debugging option.
58
59 0.1.1: (2002-01-31)
60  * Added SpamAssassin 2.0+ field "X-Spam-Checker-Version"
61  * Changed behaviour as follows:
62    - Old (already present) "X-Spam" fields are passed to SpamAssassin again,
63      now it is up to SpamAssassin to make sure its not being lied to by 
64      Spammers. 
65    - Only mail that was previously marked being no Spam will get modified.
66      Reported Spam will remain unchanged.
67
68 0.1.0: (2002-01-16)
69  * First release. What do you expect? :-)