Utility for pushing updates to Spamassassin update channels
Project description
Utility for pushing updates to Spamassassin update channels
sachannelupdate is a utility for pushing updates to Spamassassin update channels. It is used to publish rules to a custom Spamassassin sa-update channel.
Installation
Install from PyPi
pip install sachannelupdate
Install from Githib
git clone https://github.com/akissa/sachannelupdate.git cd sachannelupdate python setup.py install
Usage
sachannelupdate can be used from within python code or using the commandline utility updatesachannel.
Python usage
TODO
Command line usage
updatesachannel -h
Usage: updatesachannel [options]
Options:
-h, --help show this help message and exit
-c FILENAME, --config=FILENAME
configuration file
-d, --delete Deletes existing environment
Contributing
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create new Pull Request
License
All code is licensed under the AGPLv3+ License.