Increase flexibility of bruteforce signature extration
Allows overriding line length, max line length (useful if you expect disclaimers) and greetings (useful from a language perspective) when extracting signatures bruteforce
Can one of the admins verify this patch?
@mailgun-ci test this please
Thanks for the feedback, I processed it
@mailgun-ci test this please
@RonRademaker sorry for delay with the merge, can you plz add abc to setup.py to make tests pass?
Any way I can locally run the tests to see if they pass before pushing changes?
@mailgun-ci test this please
@RonRademaker sure, just run nosetests from the repo folder, you might need to "pip install nose" and "pip install mock", they're also in test_require part of setup.py; we plan to migrate to travis ci as well, so that you don't have to run tests yourself locally.