sachannelupdate is a utility for pushing updates to Spamassassin update channels. It is used to publish rules to a custom Spamassassin sa-update channel.
Install from PyPi
pip install sachannelupdate
Install from Githib
git clone https://github.com/akissa/sachannelupdate.git
cd sachannelupdate
python setup.py install
sachannelupdate can be used from within python code or using the commandline utility updatesachannel.
TODO
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
- Fork it (https://github.com/akissa/sachannelupdate/fork)
- 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
All code is licensed under the AGPLv3+ License.