0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor fix for compatibility with Ruby versions that don't understand "skip".
inglorion
as Robbert Haarman
More... about 18 years ago
Added a configure script and installation instructions (in INSTALL).
inglorion
as Robbert Haarman
More... over 18 years ago
Improved Makefile, added install-bin and install-man targets, and increased version number to 1.0.0.
inglorion
as Robbert Haarman
More... over 18 years ago
Fixed quotes in manpage.
inglorion
as Robbert Haarman
More... over 18 years ago
Added command options to manpage.
inglorion
as Robbert Haarman
More... over 18 years ago
Added manpage for mailvisa.
inglorion
as Robbert Haarman
More... over 18 years ago
Added tokenize.rb, which contains the tokenization function.
inglorion
as Robbert Haarman
More... about 19 years ago
Updated version to 0.8.0.
inglorion
as Robbert Haarman
More... about 19 years ago
Changed default spam threshold to 0.5, and good bias to 1.0. This reduces the spam that slips through (by two thirds in my experiment).
inglorion
as Robbert Haarman
More... about 19 years ago
Update version to 0.7.1.
inglorion
as Robbert Haarman
More... about 19 years ago
Honor -c and -t options in mailvisa.rb.
inglorion
as Robbert Haarman
More... about 19 years ago
Use unshift to change $: in mailvisa ($: is read-only :()
inglorion
as Robbert Haarman
More... about 19 years ago
Fixed Makefile (install wordlist.rb), added packagedir to load path in mailvisa.
inglorion
as Robbert Haarman
More... about 19 years ago
Changed Makefile to work with OpenBSD "make fake".
inglorion
as Robbert Haarman
More... about 19 years ago
Added make_mailvisa.rb and Makefile to generate binary and install package.
inglorion
as Robbert Haarman
More... about 19 years ago
Read scores from file, not filename :-s
inglorion
as Robbert Haarman
More... about 19 years ago
Sped up mailvisad.rb startup time by defering loading of scores.
inglorion
as Robbert Haarman
More... about 19 years ago
mailvisad.rb now does some magic to work whether or not another instance is already running.
inglorion
as Robbert Haarman
More... about 19 years ago
mailvisad.rb now detaches from the terminal, writes its pid to a pidfile, and logs errors to a logfile.
inglorion
as Robbert Haarman
More... about 19 years ago
Added LICENSE file.
inglorion
as Robbert Haarman
More... about 19 years ago
mailvisad.rb now accepts SIGHUP to reload configuration.
inglorion
as Robbert Haarman
More... about 19 years ago
Added remove_messages.rb script to undo the work of add_messages.rb.
inglorion
as Robbert Haarman
More... about 19 years ago
Added -c option to scripts to specify configuration directory.
inglorion
as Robbert Haarman
More... about 19 years ago
Added usage information to the scripts.
inglorion
as Robbert Haarman
More... about 19 years ago
Fixed mailvisad.rb
inglorion
as Robbert Haarman
More... about 19 years ago
Added missing wordlist.rb
inglorion
as Robbert Haarman
More... about 19 years ago
Speedups due to new file formats and weeding of rarely occurring words.
inglorion
as Robbert Haarman
More... about 19 years ago
Improvements to add_messages.rb:
inglorion
as Robbert Haarman
More... about 19 years ago
Make mailvisa.rb use a constant Spam_status as exit code to indicate spam.
inglorion
as Robbert Haarman
More... about 19 years ago
Fixed status code for spam in mailvisa.rb
inglorion
as Robbert Haarman
More... about 19 years ago