كشف رسائل البريد العشوائي للمستخدمين TL0 عند استخدام إضافة Akismet

نود اكتشاف المستخدمين المزعجين باستخدام إضافة Akismet (عند تثبيتها). سيتم استخدام حقل “نبذة عني” الخاص بالمستخدم كمدخلات في Akismet للكشف عن المستخدمين المزعجين. سيقتصر هذا الاكتشاف على المستخدمين من المستوى TL0 فقط.

سيتطلب ذلك تعزيز إضافة Akismet الحالية للكشف عن المستخدمين المزعجين.

مثال على مستخدم مزعج:

سأعمل على هذا التعزيز. يُرجى إعلامي إذا كانت هناك حاجة إلى مزيد من المعلومات أو التوضيح.

شكرًا لك.

إعجابَين (2)

Strongly recommend you hold off on any work here until @eviltrout is done with the new review queue.

3 إعجابات

Actually, I’m not planning to show spam users on interface in initial version. I still have to see where it can be put in the UI. Initial version will just be an enhancement in the Akismet plugin to detect spam users. We will just check TL0 users and store their results. I can integrate to this new Review Queue later instead when working on interface for the user.

P.S: I’m mostly done with my initial code :sweat_smile:

إعجابَين (2)

Do we want this feature to be controlled by a SiteSetting? Currently, I’m just checking if the Akismet plugin is enabled. If it is, then I process the users too.

I think it will be helpful to put these feature behind a setting since everyone might not want to use it. Also, there is an extra cost if we send more requests than a threshold to Akismet ( Commercial Use Plans, Fees and Payment section in Terms of Service - Stay informed | Akismet).

What do you think?

cc @codinghorror

I highly doubt this will cause a significant bump in submissions to Akismet, so on by default is best. We should only be checking this in a few rare conditions:

  • user is TL0
  • user fills out user profile as a TL0 user
3 إعجابات

Okay, I will not add a setting then for now.

Thanks

إعجابَين (2)