README #2

  • //
  • guest/
  • bryan_costales/
  • tests/
  • README
  • View
  • Commits
  • Open Download .zip Download (200 B)
This directory contains the scripts used to test
the slowmilter after it is built. To run it in 
this directory, just type "make".

See the individual script source files to 
see what is being done.

# Change User Description Committed
#2 4222 bryan_costales Massive rewrite to speed up the database writes.
Using a single database now with duplicate keys
where the keys are the IP numbers. Added a purge
command and removed the garbage command. Fixed
some leaking memory bugs and properly closed the
database in a few places were it was not
properly closed. Updated the docs to reflect
this and bumped both the database version and
release number. Running on a FreeBSD 3.x machine
and a Solaris 9 machine.
#1 3838 bryan_costales This is pre-release 0.5 (rcs numbering) which includes:
    The milter source files and Makefile
    A regressive testing subdirectory with Makefile and /bin/sh scripts.
    A patches subdirectory with a patch file for V8.13 sendmail
All have been compiled and tested on a 64bit Sun Solaris 9 machine.