1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/mail/bsfilter/pkg-message
Sergey Matveychuk 22aeec3703 - Update to 1.0.6
PR:		ports/75245
Submitted by:	maintainer
2004-12-19 22:07:20 +00:00

15 lines
392 B
Plaintext

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
% cd ~/Maildir/cur/ ; ls | xargs bsfilter -c
2.The word in spam is counted.
% bsfilter --add-spam ~/Maildir/.spam/cur/*
or
% cd ~/Maildir/.spam/cur/ ; ls | xargs bsfilter -s
3.A database is updated for every word.
% bsfilter -u