You are here

constant HTTPBL_LIST_GREY in http:BL 8

7 uses of HTTPBL_LIST_GREY
HostMultipleGreylistConfirm::buildForm in src/Form/HostMultipleGreylistConfirm.php
Form constructor.
HostMultipleGreylistConfirm::submitForm in src/Form/HostMultipleGreylistConfirm.php
Form submission handler.
HttpblEvaluator::evaluateVisitor in src/HttpblEvaluator.php
Manages remote and local lookups on visiting host IPs, evaluates their remote status as safe or suspicious and determines a locally stored status (safe / white-listed, grey-listed, or blacklisted) which is used (by other functions) to determine an…
HttpblEvaluator::setIpLocalStatus in src/HttpblEvaluator.php
Create and store new evaluated hosts to httpbl_host table.
HttpblMiddleware::handle in src/HttpblMiddleware.php
Primary request handler for Httpbl.

... See full list

File

src/HttpblEvaluator.php, line 39

Namespace

Drupal\httpbl

Code

define('HTTPBL_LIST_GREY', 2);