|
dca_interface
6.3.4
|
Overall result of a ZLA classification. More...
Go to the source code of this file.
Classes | |
| class | dca::ZlaClassificationResult |
| Overall result of a ZLA classification. More... | |
Typedefs | |
| typedef int | dca::DCA_ZLA_TYPE |
| Type define used for modules contained in the ZLA. More... | |
| typedef int | dca::DCA_ZLA_RESULT |
| Type define used for the result of a ZLA classification. More... | |
Variables | |
| const DCA_ZLA_TYPE | dca::DCA_NONE |
| Initial/no module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_FLOW |
| The Flow Control module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_SHINGLE_HEADERPRINT |
| The Shingle Header Print module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_SHINGLE_BAYES |
| The Shingle Bayes module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_SHINGLE_PRINT |
| The Shingle Print module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_URL |
| The URL module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_BLOCKALLOW |
| The Block Allow module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_DBBLOCKALLOW |
| The DB Block Allow module. | |
| const DCA_ZLA_TYPE | dca::DCA_ZLA_NDR |
| The Non-Delivery-Report module. | |
| const DCA_ZLA_RESULT | dca::ZLA_SPAM |
| The email data is classified as SPAM. | |
| const DCA_ZLA_RESULT | dca::ZLA_HAM |
| The email data is classified as HAM. | |
| const DCA_ZLA_RESULT | dca::ZLA_NDR |
| The email data is classified as NDR (non-delivery-report) | |
| const DCA_ZLA_RESULT | dca::ZLA_UNKNOWN |
| The email data is unknown i.e. there was not enough data for classification or no ZLA match. | |
Overall result of a ZLA classification.
Definition in file zla_classification_result.h.
1.8.18