The latest production-quality release of mailprocd is version 1.2:
- Download Source: mailprocd-1.2.tar.gz
- SourceForge Download Area (Project Page)
The latest beta release of mailprocd is available from Subversion only.
- Subversion: https://dev.csoft.net/mailprocd
After downloading a package, check that the SHA-256 or
SHA-512 checksum matches the package's .md5 file.
mailprocd packages are signed by Julien Nadeau Carriere (vedge@csoft.net).
Get this KEYS file along with the package's
.asc signature, and verify using a tool such as
gpg:
$ wget https://libagar.org/KEYS $ gpg --import KEYS $ wget https://stable.hypertriton.com/mailprocd/mailprocd-1.2.tar.gz.asc $ gpg --verify mailprocd-1.2.tar.gz.asc
The fingerprint should match the following:
3402 651B D944 5550 FC76 0940 10BC F281 E7EE BFDF
BSDBuild is
a BSD-style build system which provides useful make libraries as well
as the ability to generate Bourne configure scripts which provide
the same functionality and user interface as autoconf
generated scripts.
It's not necessary to install BSDBuild in order to build mailprocd.
BSDBuild is needed if you want to regenerate the configure script
from configure.in sources.
Users of the Vim editor
(or any other editor with support for Vim syntax files) may find
the syntax files under the syntax/ directory useful. They contain
definitions for every type and constant exported by Agar.
The valgrind
instrumentation framework is recommended for finding memory
errors.