#include <exception>
#include <string>
#include <list>
#include <abuse/Url.h>
#include <abuse/Dnsbl.h>
#include <abuse/Received.h>
#include <abuse/Event.h>
#include <abuse/ZeWhois.h>
#include <abuse/ThreadedDnsbl.h>
#include <abuse/AbuseAddiesCache.h>
#include <abuse/RefCounted.h>
#include <map>
#include <memory>
#include <abuse/VirtStream.h>
Go to the source code of this file.
Classes | |
struct | error_Cnts |
Error counters in the abuse address extraction process. More... | |
struct | AbuseDesks |
Contains data about a list of abuse contacts relative to an url extracted from a received line of an e-mail. More... | |
class | AnalyzerFeedback |
virtual class to handle analyzer feedbacks More... | |
class | Analyzer |
The main engine of Abuse: the e-mail headers scanner. More... | |
Enumerations | |
enum | EmailTrust { NONE = 0, NOINFO = 30, UNVERIFIED = 40, NONABUSE = 60, ABUSENET = 80, CACHE = 90, TOTALLY = 100 } |
Level of confidence of an email address. More... |