Comment 9 for bug 1895036

Revision history for this message
Joseph Ishac (jishac) wrote :

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