change README.md
This commit is contained in:
@@ -6,8 +6,8 @@ The basic idea is to define rules with conditions and do modifications when all
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
Pymodmilter is depending on these python packages, but they are installed automatically if you are working with pip.
|
Pymodmilter is depending on these python packages, but they are installed automatically if you are working with pip.
|
||||||
* pymilter <https://pythonhosted.org/pymilter/>
|
* [pymilter](https://pythonhosted.org/pymilter/)
|
||||||
* netaddr <https://github.com/drkjam/netaddr/>
|
* [netaddr](https://github.com/drkjam/netaddr/)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
* Install pymodmilter with pip.
|
* Install pymodmilter with pip.
|
||||||
@@ -27,7 +27,7 @@ Rules and modifications are processed in the given order.
|
|||||||
### Global
|
### Global
|
||||||
The following optional global configuration options are available:
|
The following optional global configuration options are available:
|
||||||
* **local_addrs**
|
* **local_addrs**
|
||||||
A list of hosts and network addresses which are considered local. It is used to for the condition option 'local'. This option may be overriden within a rule object.
|
A list of hosts and network addresses which are considered local. It is used to for the condition option [local](#Conditions). This option may be overriden within a rule object.
|
||||||
* **log**
|
* **log**
|
||||||
Enable or disable logging. This option may be overriden by a rule or modification object.
|
Enable or disable logging. This option may be overriden by a rule or modification object.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user