Перейти к файлу
Travis Burtrum 77ddcf5b52 Get rcpt_to from data instead of the {rcpt_addr} macro, they are the same in sendmail, but postfix only sends lowercase {rcpt_addr} even when the address is upper or mixed 2013-11-11 11:41:10 -05:00
examples Changed the test to be forking for the example 2011-12-12 14:05:34 -06:00
.gitignore Added a couple of package building ignores 2011-12-12 14:13:24 -06:00
LICENSE Adding in the LICENSE and setup stub 2011-12-12 14:06:31 -06:00
MANIFEST.in Added the README.md 2011-12-12 14:23:56 -06:00
README.md Added pypi stuff 2012-02-21 12:33:29 -06:00
libmilter.py Get rcpt_to from data instead of the {rcpt_addr} macro, they are the same in sendmail, but postfix only sends lowercase {rcpt_addr} even when the address is upper or mixed 2013-11-11 11:41:10 -05:00
setup.py Added pypi stuff 2012-02-21 12:33:29 -06:00

README.md

python-libmilter

INSTALL

  1. If you have a .tar.gz, extract that first.

    tar -xvzf python-libmilter*.tar.gz

  2. Now, just cd into the directory and install it

    cd python-libmilter* python setup.py install

That's it, that will install the the libmilter.py file into its proper place. Do note that you can just drop libmilter.py into your project folder and use it that way too. The whole point of this project is to maximize portability.

You can also install libmilter using pip or easy_install

pip install python-libmilter

EXAMPLES

See the basic ForkFactory example in the "examples" directory.

DOCUMENTATION

Please see my wiki site for all the documentation on this library.

ISSUES

Please open a ticket on github if you encounter any issues or you have feature requests.

CODE CONTRIBUTIONS

Please use the the "fork" and "pull request" mechanisms built into Github if you wish to contribute code to the project.