ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,690
- Points
- 823
Reputation:
The
This can result in the spam log entry having the wrong spam trigger action. ie moderated vs denied.
Additionally
Finally, it looks like
Read more
Continue reading...
XF\Spam\AbstractChecker::logSpamTrigger computes a single discussion which doesn't match how XF\Spam\AbstractChecker::getFinalDecision implements it.This can result in the spam log entry having the wrong spam trigger action. ie moderated vs denied.
Additionally
logSpamTrigger skips logging on "accept" but, this doesn't match the API usage which can result in dropped logs.Finally, it looks like
logSpamTrigger will update the existing log entry (ie post gets...Read more
Continue reading...