]> jfr.im git - irc/unrealircd/unrealircd.git/commit
Add new spamfilter type 'raw' which matches against a raw command/protocol line.
authorBram Matthys <redacted>
Sun, 16 Jul 2023 17:47:43 +0000 (19:47 +0200)
committerBram Matthys <redacted>
Sun, 16 Jul 2023 17:47:43 +0000 (19:47 +0200)
commit937236126f1b59fb804f925fb6a5e3424ce7a51d
tree8e19b849a84e2f527396f8733c93702720ab5c00
parentf062d3f17856c3a4819525866e67144e154ca683
Add new spamfilter type 'raw' which matches against a raw command/protocol line.

SPAMFILTER add -simple R block - Hi_there! LIST*

Though it is more useful in complex spamfilter rules in the conf, presumably.
include/struct.h
src/misc.c
src/modules/tkl.c
src/parse.c