# מסנן Akismet מפספס לעיתים קרובות; כיצד לבטל/לשפר?

**URL:** https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935
**Category:** Support
**Tags:** akismet
**Created:** [25 בינואר,‏ 2022,‏ 1:46pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935 "2022-01-25T13:46:03Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [25 בינואר,‏ 2022,‏ 1:46pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/1 "2022-01-25T13:46:03Z")

</div>

Our system user has the resounding approval rate of 94% 👎. The akismet filter just completely misses on a lot of technical posts [like this one](https://discourse.julialang.org/t/75163) — that’s a post by a TL1 user who has been around for 8 months with no outbound links. At the same time, it’s missing obvious spam with direct links to gambling sites.

We’ve tried disabling Akismet because it just creates extra work: we get far far more false positives than true positives. But that doesn’t seem to work; new topics like the above are still getting flagged, even though we’ve set “skip akismet trust level” to be 0.

Now that I’m looking into this I see we still have the default 50-post skip setting; I’m unsure how those settings interact. Is there an implicit “AND” between those two settings?

 ![image](https://global.discourse-cdn.com/meta/original/3X/3/c/3cc67c70e3330248f1987b5b5d9306476c5467a0.png)

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [25 בינואר,‏ 2022,‏ 1:57pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/2 "2022-01-25T13:57:43Z")

</div>

No, looking at the [code](https://github.com/discourse/discourse-akismet/blob/3730f08313e2e515564ba7abf332d38e2bae9316/lib/discourse_akismet/posts_bouncer.rb#L26-L54) reveals that posts are not checked if either of those settings is true.

However, (to my surprise) there is a hardcoded rule so it **always** checks the first post of a TL1 user, regardless of `skip_akismet_trust_level` setting.

---

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [25 בינואר,‏ 2022,‏ 2:49pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/3 "2022-01-25T14:49:43Z")

</div>

I can’t speak to the technicals of our implementation of Akismet, but I do believe we send feedback to the algorithm when you select a flag option. As you verify spam and ham posts through the review queue, you’re helping train Akismet.

---

<div class="post-metadata">

### Author: ![ganncamp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ganncamp/32/106199_2.png) [@ganncamp](https://meta.discourse.org/u/ganncamp)
#### Post date: [25 בינואר,‏ 2022,‏ 5:20pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/4 "2022-01-25T17:20:01Z")

</div>

@mbauman how do you find the system user approval rate? I’m sure our number would be worse. I’m not sure I remember ever having an Askimet-flagged post actually be spam. And BTW our settings are at this & still seeing posts being flagged (I’m about to adjust the trust level to match yours.)

 ![Selection_1096](https://global.discourse-cdn.com/meta/original/3X/0/8/08add4b25402a0b4f71da450fa6df213ee2eb081.jpeg)

---

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [25 בינואר,‏ 2022,‏ 7:19pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/5 "2022-01-25T19:19:14Z")

</div>

The rate appears on the flagged items themselves:

![image](https://global.discourse-cdn.com/meta/original/3X/f/a/fa3442b25bcdaeeee4569e110b7fa496a48e0424.png)

Glad to hear it’s not just us — is something else going sideways here? Or is akismet just not as helpful these days?

---

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [19 במאי,‏ 2022,‏ 8:53pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/8 "2022-05-19T20:53:31Z")

</div>

Looks like this should be able to be worked around with:

[https://github.com/discourse/discourse-akismet/pull/52](https://github.com/discourse/discourse-akismet/pull/52)

Could a new version of the Akismet plugin including this patch be tagged/rolled-out to hosted customers?

---

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [6 ביוני,‏ 2022,‏ 3:57pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/9 "2022-06-06T15:57:05Z")

</div>

Just to finish out this topic, the above extension patch has now propagated to our instance. We’ve disabled Akismet (except user bio checking, which is the only thing that actually seems to work with any level of reliability) with the following settings:

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/5/3/c53fc05aed7fa25ac1d4dd28b83013a35e5b2897.png)

(It probably had propagated earlier, but I had missed it since the keyword `akismet` does not appear in the setting itself so simply searching `akismet` does not bring it up).

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6 ביולי,‏ 2022,‏ 3:57pm UTC](https://meta.discourse.org/t/akismet-filter-misses-so-frequently-how-to-disable-improve/215935/10 "2022-07-06T15:57:27Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
