2004-01-21 23:19:30 by Klaus Heinz | Files touched by this commit (5) |
Log message:
Update to 2.63. Tested on NetBSD and Solaris 8.
Summary of major changes since 2.62
-----------------------------------
- Fixed bug related to perl 5.005 which stopped SpamAssassin from being
runnable
- Fixed bug where "spamassassin -l" parameter wouldn't be untainted \
before
being used
- Added caching of body rendering results so that the message wouldn't
be rendered the same way multiple times unnecessarily.
Summary of major changes since 2.61
-----------------------------------
- Fixed two bugs related to Received line generation and parsing.
- Modified two rules to reduce false positives.
- Fixed bug where spamd temporary init directory wasn't removed in some
situations.
- Modified HABEAS_SWE to function even if the Habeas headers were out of
their normal order.
- Fixed bug where reporting wouldn't remove message markup before being
learned by Bayes.
- Fixed bug where report_safe_copy_headers would reverse the order of the
Received headers.
- Fixed several bugs in the Bayes system caused by DB_File oddities.
|
2004-01-06 08:08:13 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
bl3ify
|
2003-12-27 20:16:04 by Klaus Heinz | Files touched by this commit (13) | |
Log message:
Update to version 2.61
Summary of major changes since 2.60
-----------------------------------
- Dramatically reduced memory usage of Bayes expiry.
- avoid false positives on Outlook 2003 messages, mails from Mac, Palm, and
localized versions of Eudora, several AOL MUAs, and newer versions of The
Bat!
- new set of French translations from Michel Bouissou
- updated to reflect new Dynablock DNSBL location
- avoids a possible hole that was giving AWL bonuses to
spammer forgeries on some networks
- miscellaneous bug fixes
|
2003-12-02 13:36:00 by grant beattie | Files touched by this commit (2) |
Log message:
print correct path to config files in spamd usage message.
|
2003-12-02 12:40:20 by grant beattie | Files touched by this commit (2) |
Log message:
formatting fixes, clarify a sentence.
|
2003-12-01 17:04:40 by Klaus Heinz | Files touched by this commit (5) |
Log message:
Remove DNSBL rules using *.easynet.nl (shut down today, see \
http://abuse.easynet.nl/dynablocker.html
|
2003-11-04 17:37:48 by Jaromir Dolecek | Files touched by this commit (1) |
Log message:
spamassassin builds and works fine with perl 5.6.0
|
2003-11-03 01:56:26 by Klaus Heinz | Files touched by this commit (23) | |
Log message:
Update to version 2.60 (fixes PR pkg/23318):
Summary of changes since 2.5x
-----------------------------------
- spamd supports UNIX-domain sockets
- SSL support for spamc/spamd now usable
- improved Bayes text analysis
- improved expiration of Bayes-DB
- better detection of 'invisible text' and other obfuscation techniques
in HTML
- new RBL (eg SORBS, SpamCop, Osirusoft dropped)
- better handling of RBL timeouts
- support for Razor V1 dropped
- more flexible header and report rewriting
- Perl taint mode enabled by default
- bug fixes
- new rules
|
2003-09-13 23:24:24 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Don't install unpatched (*.orig) files leftover from the patch process.
|
2003-09-13 19:57:22 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
* Provide a default SPAMASSASSIN_USE_SSL?=NO.
* Use ALL_TARGET appropriately instead of using a post-build target.
* Get rid of DEPTHFIRST* variables and do the "depth-first" listing by
using a reverse sort instead.
* Get rid of extra shell processes.
* Tabify.
|