Property | Type | Description | |
---|---|---|---|
$_actions | array | The list of actions allowed (implemented) for this driver. | |
$_categories | array | The categories of filtering allowed. | |
$_features | array | A list of driver features. | |
$_special_types | array | A list of any special types that this driver supports. | |
$_tests | array | The list of tests allowed (implemented) for this driver. | |
$_types | array | The types of tests allowed (implemented) for this driver. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. |
Method | Description | |
---|---|---|
_generate ( ) | Generates the procmail scripts to do the filtering specified in the rules. | |
_generateBlacklist ( Ingo_Rule $rule ) | Generates the procmail script to handle the blacklist specified in the rules. | |
_generateForward ( Ingo_Rule $rule ) | Generates the procmail script to handle mail forwards. | |
_generateVacation ( Ingo_Rule $rule ) | Generates the procmail script to handle vacation. | |
_generateWhitelist ( Ingo_Rule $rule ) | Generates the procmail script to handle the whitelist specified in the rules. |
public __construct ( array $params = [] ) | ||
$params | array | A hash containing parameters needed. |
protected _generate ( ) |
protected _generateBlacklist ( Ingo_Rule $rule ) | ||
$rule | Ingo_Rule | Rule object. |
protected _generateForward ( Ingo_Rule $rule ) | ||
$rule | Ingo_Rule | Rule object. |
protected _generateVacation ( Ingo_Rule $rule ) | ||
$rule | Ingo_Rule | Rule object. |
protected _generateWhitelist ( Ingo_Rule $rule ) | ||
$rule | Ingo_Rule | Rule object. |
protected array $_actions | ||
return | array |
protected array $_categories | ||
return | array |
protected array $_special_types | ||
return | array |
protected array $_tests | ||
return | array |
protected array $_types | ||
return | array |