notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2022Q2
bsfilter Bayesian spam filter written in Ruby
1.0.20 mail on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.20Version of this port present on the latest quarterly branch.
Maintainer: nyan@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-03-01 09:01:18
Last Update: 2025-03-05 23:12:46
Commit Hash: bfc3815
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: ruby
License: GPLv2
WWW:
https://github.com/nbkenichi/bsfilter
Description:
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. IMAP over SSL supported -- POP proxy. run between POP server and MUA. POP over SSL supported - distributed under GPL
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/bsfilter-1.0.20/catalog.mk
  2. /usr/local/share/licenses/bsfilter-1.0.20/LICENSE
  3. /usr/local/share/licenses/bsfilter-1.0.20/GPLv2
  4. bin/bsfilter
  5. share/examples/bsfilter/bsfilter.conf.sample
  6. share/examples/bsfilter/dot-qmail.sample
  7. share/examples/bsfilter/mda/maildrop/mailfilter.header
  8. share/examples/bsfilter/mda/procmail/procmailrc.black_gray
  9. share/examples/bsfilter/mda/procmail/procmailrc.header
  10. share/examples/bsfilter/mda/procmail/procmailrc.status
  11. share/examples/bsfilter/mua/mew3/bs_clean
  12. share/examples/bsfilter/mua/mew3/bs_mark
  13. share/examples/bsfilter/mua/mew3/bs_spam
  14. share/examples/bsfilter/mua/mew3/mew.el
  15. share/examples/bsfilter/mua/mew4/emacs.el
  16. share/examples/bsfilter/mua/mew4/mew.el
  17. share/examples/bsfilter/mua/mew5/mew.el
  18. share/examples/bsfilter/mua/mew6/mew.el
  19. share/examples/bsfilter/mua/mew6.4/mew.el
  20. @owner
  21. @group
  22. @mode
Collapse this list.
Dependency lines:
  • bsfilter>0:mail/bsfilter
To install the port:
cd /usr/ports/mail/bsfilter/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/bsfilter
  • pkg install bsfilter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bsfilter
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1740387732 SHA256 (nbkenichi-bsfilter-v1.0.20_GH0.tar.gz) = 10fb704f3528f3a81ed350c42d0980d9104ed11b366d85a5795fbbc6e04b91db SIZE (nbkenichi-bsfilter-v1.0.20_GH0.tar.gz) = 78005

Packages (timestamps in pop-ups are UTC):
bsfilter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.201.0.201.0.19_31.0.201.0.20-1.0.19_3-
FreeBSD:13:quarterly1.0.201.0.201.0.19_31.0.201.0.201.0.19_31.0.19_31.0.19_3
FreeBSD:14:latest1.0.201.0.201.0.19_31.0.201.0.201.0.19_3-1.0.19_3
FreeBSD:14:quarterly1.0.201.0.20-1.0.201.0.201.0.19_31.0.19_31.0.19_3
FreeBSD:15:latest1.0.201.0.20n/a1.0.20n/a1.0.19_31.0.19_31.0.19_3
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
Runtime dependencies:
  1. rubygem-gdbm>=2.0.0,2 : databases/rubygem-gdbm
  2. rubygem-sdbm>=1.0.0 : databases/rubygem-sdbm
  3. ruby32 : lang/ruby32
Patch dependencies:
  1. ruby32 : lang/ruby32
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Run
  1. mail/claws-mail-bsfilter

Configuration Options:
===> The following configuration options are available for bsfilter-1.0.20: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
mail_bsfilter
USES:
ruby shebangfix
pkg-message:
For install:
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
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nbkenichi/bsfilter/tar.gz/v1.0.20?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port