Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
401d8a36bf
|
|||
|
314796f593
|
|||
|
b670aa3eec
|
@@ -8,6 +8,7 @@ The basic idea is to define rules with conditions and actions which are processe
|
||||
Pymodmilter is depending on these python packages, but they are installed automatically if you are working with pip.
|
||||
* [pymilter](https://pythonhosted.org/pymilter/)
|
||||
* [netaddr](https://github.com/drkjam/netaddr/)
|
||||
* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/)
|
||||
|
||||
## Installation
|
||||
* Install pymodmilter with pip and copy the example config file.
|
||||
|
||||
@@ -21,7 +21,7 @@ __all__ = [
|
||||
"ModifyMilterConfig",
|
||||
"ModifyMilter"]
|
||||
|
||||
__version__ = "1.1.4"
|
||||
__version__ = "1.1.5"
|
||||
|
||||
from pymodmilter import _runtime_patches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user