Mercurial > dnsbl
diff src/spamass.cpp.in @ 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 | a4d313c2460b |
children | 82886d4dd71f |
line wrap: on
line diff
--- a/src/spamass.cpp.in Sat Feb 02 12:32:59 2008 -0800 +++ b/src/spamass.cpp.in Tue Mar 04 21:42:51 2008 -0800 @@ -19,8 +19,6 @@ #include <unistd.h> -static const char Id[] = "$Id$"; - char *spamc = "@SPAMC@"; char *spamc_empty = ""; static bool warnedmacro = false; // have we logged that we couldn't fetch a macro?