Commit graph

14 commits

Author SHA1 Message Date
ISIHARA Takanori
83ef927942 Add LICENSE. 2011-06-05 16:42:04 +00:00
ISIHARA Takanori
aa07e8458e Update to 1.0.17.
and fix install problem using USE_DESTDIR=yes.


1.0.17

- ignore null line between open and close of double quatation in a header
- added a rescue routine for the condition when even number of double quotation are in a header
- added --refer-all-header
- use ExerbRuntime class for getting $0, not Exerb class
- ignore_dquote logic retries forever when mail body is empty
  for http://sourceforge.jp/forum/message.php?msg_id=43405
- start counting on from, to and cc line only

1.0.16

- insert "[SPAM]" to multiple subject header lines
- insert headers even if an empty line doesn't exist before body
- bug fixed with mbox option for Mac style EOL
- bug fixed about lines after mime delimiter
- put messages in sync mode

1.0.15

- fixed regexp for pop commands which expect "." response
- should not refer headers for language detection in case of -H
- should print response from pop-server in case of -d
- 1st line might be 'unix from' quoated by '>'
- check category and token are not nil
- stop unlinking lockfile
- raise an assert when socket.gets returns nil
2011-06-05 16:36:51 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Aleksej Saushev
0e915fdb49 DESTDIR support. 2008-03-10 20:50:24 +00:00
Hiramatsu Yoshifumi
eabf0fed01 Update to 1.0.15.
Changes collected from bsfilter CVS log.

1.0.15

- fixed regexp for pop commands which expect "." response
- should not refer headers for language detection in case of -H
- should print response from pop-server in case of -d
- 1st line might be 'unix from' quoated by '>'
- check category and token are not nil
- stop unlinking lockfile
- raise an assert when socket.gets returns nil

1.0.14

- fixed typo for POP response
- print $0 at exception from parser
- print shorter message in case of invalid option
- decode base64 after joining lines
- use "Yes" for "No" as search string
- verbose message added for imap-fetch-unflagged
2007-04-12 06:48:13 +00:00
ISIHARA Takanori
13f395d501 Fix pkglint warnings.
Remove DEPENDS converters/ruby-iconv. It's obsoletely.
2007-01-13 18:38:51 +00:00
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Hiramatsu Yoshifumi
9642b7ed28 Updated to 1.0.12.
Detailed changelog is not available, but according to the
author's blog

1.0.10
	bugfix release
1.0.11
	buffix and add support for Mew 4.2.53.
1.0.12
	bugfix release
2006-03-07 04:50:43 +00:00
Roland Illig
f51ddddc25 Fixed some things that are not yet pkglint warnings:
- Moved the .include lines to the bottom of the file, as they are not
  needed at the top.
- Replaced a horribly complicated expression, which was equivalent to
  ${PKGBASE}, with a literal "bsfilter", as it is used in a context where
  a file name is expected, not a package name.
- Made the .for iteration variable names lowercase.
2005-11-05 17:07:58 +00:00
Hiramatsu Yoshifumi
2086cf232e Add ruby-iconv to DEPENDS. 2005-08-13 10:00:46 +00:00
Hiramatsu Yoshifumi
124a8b9801 Updated to 1.0.9.
Changes from 1.0.6:
- Add support for POP/IMAP over SSL.
- Language detection does not rely on charset.
- Add support for qdbm, bdb.
2005-08-11 11:18:26 +00:00
Thomas Klausner
a1359b8f1b Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:13:26 +00:00
URA Hiroshi
6497d7b10b Update bsfilter to 1.0.6
Changes 1.0.6:
added "--mark-spam-subject" and "--spam-subject-prefix string"

Changes 1.0.5:
fixed unexpected change of EOL code with win32-ruby
added sample elisp codes for mew version 4
2005-03-16 13:09:11 +00:00
URA Hiroshi
6f41ce0f7b bsfilter is a spam filter using Bayesian(statistical) algorithm.
- a filter which distinguishes spam and non-spam mail
- support mails written in English and Japanese language
- written in Ruby
- support 3 methods for access
-- traditional unix-style filter. study and judge local files or pipe
-- IMAP. study and judge mails in an IMAP server
-- POP proxy. run between POP server and MUA
- distributed under GPL

Author:	nabeken
WWW:	http://bsfilter.org/index-e.html
2005-03-16 07:17:22 +00:00