XFFilter is an api for filtering identifiers against "spam databases"
XFFilter is an api for filtering identifiers against "spam databases"
Located in /lb_private/class.filter.php (line 43)
add a new entry to database
add a new entry to database
extract the spam marker from database entry
extract the spam marker from database entry
check, if a entry is stored in database returns 'true', if spam is detected, 'false' otherwise.
check, if a entry is stored in database returns 'true', if spam is detected, 'false' otherwise. 'null' if an error has occured.
dump database to human-readable format
dump database to human-readable format
load the database
load the database
ask external sources ("sink") for "spam score"
ask external sources ("sink") for "spam score" currently we have: real-time dns-blacklisting for IPs and scanners for message texts these can be on the local machine (e.g. spamassassin) or an external source (e.g. akismet)
really add an entry in our round-robin database
really add an entry in our round-robin database
the real dirty work is done here by querying the database
the real dirty work is done here by querying the database
remove an entry from database
remove an entry from database
restrict input id to an hash (sha1) for identifying entries
restrict input id to an hash (sha1) for identifying entries
save the database
save the database
Documentation generated on Sun, 20 Jun 2010 11:59:11 +0200 by phpDocumentor 1.4.3