annotate Makefile.cvs @ 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 c4bce911c276
children b3652d1ae010
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
105
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
1 default: all
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
2
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
3 all:
162
c4bce911c276 don't add auto whitelist for A to A
carl
parents: 105
diff changeset
4 aclocal -I m4
105
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
5 autoheader
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
6 automake
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
7 autoconf
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
8