Reference
Antispam events
Events in the antispam group. A plugin in core/plugins/antispam/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
antispam.onAntispamDetector
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_antispam_akismet—onAntispamDetector()plg_antispam_babajispam—onAntispamDetector()plg_antispam_bayesian—onAntispamDetector()plg_antispam_blacklist—onAntispamDetector()plg_antispam_linkrife—onAntispamDetector()plg_antispam_spamassassin—onAntispamDetector()
antispam.onAntispamTrain
Fired from:
core/components/com_support/admin/controllers/abusereports.php:293with[ $reported->text, $isSpam ]core/plugins/content/antispam/antispam.php:124with[ $content, true ]core/plugins/content/antispam/antispam.php:151with[ $content, false ]
Listeners:
plg_antispam_akismet—onAntispamTrain($content, $isSpam)plg_antispam_bayesian—onAntispamTrain($content, $isSpam)plg_antispam_spamassassin—onAntispamTrain($content, $isSpam)
Generated from the source tree.