On Debian based systems these rules are probably in /usr/share/spamassassin. However you should not modify these rules but rather overwrite the scoring.
You can do this in */etc/spamassassin/local.cf <http://local.cf>*, just add something like this: score RCVD_IN_MSPIKE_BL 0 4 0 4 score RCVD_IN_MSPIKE_L5 0 4 0 4 This would add 4 points to the scoring when these rules matched. On Wed, Jul 29, 2020 at 3:28 PM Simon Harwood <si...@simonharwood.co.uk> wrote: > Hello, > > I have noticed that the mailspike rules are enabled in SpamAssasin but > all return zero values: > > 0.0 RCVD_IN_MSPIKE_BL Mailspike blacklisted > 0.0 RCVD_IN_MSPIKE_L5 RBL: Very bad reputation (-5) > > etc. > > Please can you tell me where in the SpamAssassin configuration I find > the setting(s) that need to be changed such that non-zero values are > returned. > I have been receiving large quantities of spam that instead of just > being flagged as spam would have met the conditions for being rejected > completely if either of the mailspike values had been 0.1 or greater. > > Thanks in advance, > Simon > >