We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335bc10 commit 655482eCopy full SHA for 655482e
2 files changed
.github/workflows/ci.yml
@@ -120,6 +120,9 @@ jobs:
120
- name: Disable mod_pubsub_serverinfo testing
121
run: sed -i '/mod_pubsub_serverinfo/d' modules_available.txt
122
123
+ - name: Disable mod_spam_filter testing
124
+ run: sed -i '/mod_spam_filter/d' modules_available.txt
125
+
126
- name: Add prometheus dependency only with OTP >= 26
127
if: matrix.elixir > '1.13'
128
run: |
mod_spam_filter/README.md
@@ -4,6 +4,9 @@ mod_spam_filter - Filter spam messages based on JID/content
4
* Author: Holger Weiss <holger@zedat.fu-berlin.de>
5
* Author: Stefan Strigler <stefan@strigler.de>
6
7
+NOTE: This module was improved, renamed to mod_antispam and included in ejabberd 25.07
8
9
10
Description
11
-----------
12
0 commit comments