Mercurial > dnsbl
comparison README @ 203:92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Document DCC greylisting and bulk detection usage. Fix DCC bulk
thresholds of many. Update spec file for fedora packaging.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 04 Mar 2008 21:42:51 -0800 |
parents | 9978e29c4d71 |
children |
comparison
equal
deleted
inserted
replaced
202:ae0585d64dd2 | 203:92a5c866bdfa |
---|---|
1 $Id$ | 1 Starting with an unpacked tarball, try this: |
2 | |
3 Try this: | |
4 | 2 |
5 ./configure | 3 ./configure |
6 make | 4 make |
7 su | 5 su |
8 make install | 6 make install |
9 make chkconfig | 7 make chkconfig |
10 | 8 |
11 The last step sets up the linux runlevels for this package and starts | 9 The last step sets up the linux runlevels for this package and starts |
12 the daemon. | 10 the daemon. |
11 | |
12 | |
13 Starting with a mercurial working directory, try this: | |
14 | |
15 make -f *cvs | |
16 ./configure >/dev/null | |
17 (cd xml; make; make distclean) | |
18 make distcheck | |
19 |