Skip to content

Commit 655482e

Browse files
committed
mod_spam_filter: This module is included in ejabberd 25.07
1 parent 335bc10 commit 655482e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
- name: Disable mod_pubsub_serverinfo testing
121121
run: sed -i '/mod_pubsub_serverinfo/d' modules_available.txt
122122

123+
- name: Disable mod_spam_filter testing
124+
run: sed -i '/mod_spam_filter/d' modules_available.txt
125+
123126
- name: Add prometheus dependency only with OTP >= 26
124127
if: matrix.elixir > '1.13'
125128
run: |

mod_spam_filter/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mod_spam_filter - Filter spam messages based on JID/content
44
* Author: Holger Weiss <[email protected]>
55
* Author: Stefan Strigler <[email protected]>
66

7+
NOTE: This module was improved, renamed to mod_antispam and included in ejabberd 25.07
8+
9+
710
Description
811
-----------
912

0 commit comments

Comments
 (0)