- Update to version 1.0.1

PR:		ports/64958
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-03-31 08:33:11 +00:00
parent 31af447f35
commit 781d812d96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105760
3 changed files with 6 additions and 6 deletions

View file

@ -6,10 +6,10 @@
#
PORTNAME= bsfilter
PORTVERSION= 1.0.0
PORTVERSION= 1.0.1
CATEGORIES= mail ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= bsfilter/8453
MASTER_SITE_SUBDIR= bsfilter/8781
EXTRACT_SUFX= .tgz
MAINTAINER= info@otsune.com

View file

@ -1,2 +1,2 @@
MD5 (bsfilter-1.0.0.tgz) = 741371bc88ffe66e503e88dbe2b3306e
SIZE (bsfilter-1.0.0.tgz) = 832896
MD5 (bsfilter-1.0.1.tgz) = 5bc5ea94840780af49184a5cc81c6c29
SIZE (bsfilter-1.0.1.tgz) = 840824

View file

@ -3,12 +3,12 @@ Before actually using it, it is necessary to prepare a word database.
1.The word contained in clean mail is counted.
% bsfilter --add-clean ~/Maildir/.cur/*
or
% ls ~/Maildir/cur/ | xargs bsfilter -c
% cd ~/Maildir/cur/ ; ls | xargs bsfilter -c
2.The word in spam is counted.
% bsfilter --add-spam ~/Maildir/.spam/*
or
% ls ~/Maildir/.spam/cur/ | xargs bsfilter -s
% cd ~/Maildir/.spam/cur/ ; ls | xargs bsfilter -s
3.A database is updated for every word.
% bsfilter -u