I'm not up on naming conventions, but here is a "build 2p" that can be installed with dpkg -i. To avoid dependency issues, I would install the maintained version of spamprobe and then install this on top of it. To revert, simply remove and then reinstall the maintained version.
I'm not up on naming conventions, but here is a "build 2p" that can be installed with dpkg -i. To avoid dependency issues, I would install the maintained version of spamprobe and then install this on top of it. To revert, simply remove and then reinstall the maintained version.
Example:
$ sudo apt install spamprobe
$ (RUN YOUR TEST... should fail)
$ sudo dpkg -i spamprobe_ 1.4d-14build2p_ amd64.deb
$ (RE-RUN Test ... should pass)
To revert:
$ sudo apt remove spamprobe
$ sudo apt install spamprobe