DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
spamass-milt http://savannah.gnu.org/projects/spamass-milt/ is a sendmail milter by Georg C. F. Greve, which allows sendmail users to filter spam at the heart of the sendmail message pipeline. It also allows SpamAssassin to be used for UUCP sites. If you plan to use this, be sure to read Kevin McGrail's walkthrough at Peregrine Hardware. http://www.peregrinehw.com/downloads/SpamAssassin/INSTALL-spamassmilter. If you are using Ubuntu, read Ted Mittelstaedt's detailed step-by-step how-to.
milter-spamd http://www.benzedrine.ch/milter-spamd.html is a simple BSD-licensed sendmail milter by Daniel Hartmeier.
...
Individual users can bounce spam by putting the following lines in their $HOME/.avenger/rcpt files:
| No Format |
|---|
bodytest edinplace -x 111 spamassassin -e 100
|
To run spamassassin by default for all users, you might place the following code in the file /etc/avenger/default:
| No Format |
|---|
test -n "$MAIL_ERROR" && exit 0
bodytest edinplace -x 111 spamassassin -e 100
|
...