freebsd-ports/mail/popfile/pkg-descr
Makoto Matsushita 202756df9a Update to v0.21.0.
Other (minor) changes are listed below:

* Update additional patches also.
* Add new perl module dependency which POPFile newly 'use'ed.
* Add new runtime dependency option, WITH_POPFILE_UPGRADE_FROM_0_20.
	If you're using previous version of POPFile, you may want to make
	this port with WITH_POPFILE_UPGRADE_FROM_0_20=YES.
* Display compile-time option introduction.
* Introduce popfile.sh, per-user bases startup script.  Since v0.21.0
  supports multi-user, you don't have to have your _own_ copy of POPFile.
  setup-popfile.sh is also removed; it doesn't need anymore.
2004-03-17 13:47:27 +00:00

14 lines
717 B
Text

POPFile is an automatic mail classification tool. Once properly set up and
trained, it will scan all email as it arrives and classify it based on your
training. You can give it a simple job, like separating out junk e-mail, or
a complicated one -- like filing mail into a dozen folders. Think of it as a
personal assistant for your inbox.
Since v0.21.0, POPFile supports multiple user with a single instance.
Using ${LOCALDIR}/sbin/popfile.sh, you can start your own POPFile easily;
it uses ${HOME}/.popfile as a working directory.
Note for old POPFile users: copy messages/ and corpus/ directory to
your ${HOME}/.popfile directory (if not, create it), then start popfile.sh.
WWW: http://popfile.sourceforge.net/