Bill Shupp wrote: > Michael D Schleif wrote: > >> We did NOT change spamassassin. >> >> Other than --enable-spam-hits=6 -- which nullifies >> --enable-spam-passthru=y , doesn't it? -- I do NOT find any clues in >> your config. >> >> What else ought I to investigate? >> >> > > I'm seeing the same problem. I have not had time yet to track it down, > but will report back when I do. >
Ok, I simply had not configured it with spam-hits when I upgraded (look for "unimplemented flag spam_hits = ..." when debugging). I now have simscan 1.3.1shupp2 compiled thusly: ./configure --enable-user=clamav \ --enable-spam-hits=10 \ --enable-clamav=y \ --enable-spam=y \ --enable-spam-passthru=y \ --enable-per-domain=y \ --enable-ripmime \ --enable-attach=y \ --enable-custom-smtp-reject=y \ --enable-received=y Debug now shows this: simscan:[15929]:SPAM REJECT (38.10/10.00):... Which means 10 is overriding 5 in local.cf. And a spam_hits=3 override is working as expected: simscan:[16535]:SPAM REJECT (23.70/3.00): ... Regards, Bill Shupp