File: Changes

package info (click to toggle)
spamoracle 1.4-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 248 kB
  • ctags: 243
  • sloc: ml: 1,198; makefile: 138; sh: 74
file content (30 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Release 1.4:
- More lenient rule for ignoring HTML comments.
- Recognition of S P A C E D  O-U-T words.
- Fixed a bug causing certain text-only e-mails to be ignored.
- Improved the "spamoracle test" command.
- Added "spamoracle words" command for troubleshooting the word-splitting
  algorithm.

Release 1.3:
- Better scanning of words in HTML documents.
- Better handling of multipart documents; now scan both text and HTML
  parts of a multipart/alternative.
- Support for Portuguese and Japanese (JIS encoding)
- Added configuration file (~/.spamoracle.conf) to allow twiddling
  with filtering parameters.
- Fixed database corruption problem with concurrent adds.
- Handles gzipped databases.
- Added manual pages.

Release 1.2:
- When choosing part of a multipart/alternative, ignore pure text part
  if much smaller than HTML part.
- Added commands "backup" and "restore" to facilitate future evolution
  towards other database formats.

Release 1.1:
- Fixed "usage" message.

Release 1.0:
- First public release.