Commit graph

6 commits

Author SHA1 Message Date
obache
67f6d3c6be Update spamass-milter to 0.3.1, based on patch provided by Jaap Boender
via PR 33206.

0.3.1: (2006-03-23)
 * Ensure wrapped headers always use LF (fix for spamassassin 3.1.1)
 * Mimic sendmail's Received header even better.  Logs a warning
   to syslog if it can't fetch a sendmail macro that would help.
2006-10-12 12:19:09 +00:00
wiz
5671838e7a Update to 0.3.0nb1:
Add a patch from Yoshitaka Tokugawa provided in PR 26806, which
has also been added to the spamass CVS repository:

   Always use macro_b, so SA can do future/past validation.
   It is not a bug, but it makes SA happier.

   SA 2.x requires "($v/$Z)$?r with $r" part of Received: header.
   I don't think SA 3.x need this, but keep it for SA 2.x users.

   There is a bug in cmp_nocase_partial() function. Without my hack,
   cmp_nocase_partial("X-Spam-", "X-Spam") returns 0 which is
   incorrect behavior for this function.
2005-04-07 11:27:48 +00:00
wiz
8659152af2 Update to 0.3.0:
0.3.0: (2005-02-03)
 * -M option which disables all message modifications
 * Fixed crash on spam with no body at all
 * -e option to pass full recipient email address to spamc
 * -x option to expand recipient list with sendmail -bv
 * -f truly daemonizes now, instead of simply forking
 * -P option to create a pidfile
 * Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers
 * Fixed possible crash when a fork() call fails

Might fix PR 26806, and does fix PR 29320.
2005-03-19 14:32:47 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
wiz
14ddcfe49b Update to 0.2.0:
0.2.0: (2003-06-26)
 * -b/-B options to redirect tagged messages to another email address.
 * -i option to not run spamassassin on messages coming from specified
   networks.
 * All arguments after -- wil get passed to spamc (deprecate -D at the
   same time).
 * Envelope, remote IP, HELO, and date get sent to spamc, so the
   results more closely match what spamc via procmail sees.  A lot of
   SA rules could never fire because this data was missing. You will
   need to add a line to your sendmail config file to enable date
   passing (see README).
 * A compatible manpage is generated on systems without mdoc macros.
 * Incoming messages with absolutely no headers at all now get checked
   correctly
2004-12-03 12:31:09 +00:00
manu
6c16c0d590 A little plugin for the Sendmail Milter (Mail Filter) library that pipes
all incoming mail (including things received by rmail/UUCP) through the
SpamAssassin, a highly customizable SpamFilter.
2003-04-03 14:46:02 +00:00