mod_anti_spam: Fix generation of error bounce stanzas
|
Matthew Wild |
Fri, 17 Jan 2025 12:19:55 +0000 |
mod_anti_spam: Don't consider pre-approved contacts as strangers
|
Matthew Wild |
Fri, 17 Jan 2025 11:19:05 +0000 |
mod_anti_spam: Also consider not a stranger if we have a pending (out) sub request
|
Matthew Wild |
Fri, 17 Jan 2025 11:02:02 +0000 |
mod_anti_spam: Optimization to avoid needless string concatenation
|
Matthew Wild |
Fri, 17 Jan 2025 10:32:34 +0000 |
mod_anti_spam: Update definition of "stranger" to include sub to/from JID or domains
|
Matthew Wild |
Fri, 17 Jan 2025 10:31:41 +0000 |
mod_anti_spam: Allow customizing spam actions (drop/bounce), switching default to bounce
|
Matthew Wild |
Fri, 17 Jan 2025 10:29:28 +0000 |
Backed out changeset ffec70ddbffc
|
Matthew Wild |
Sat, 04 Jan 2025 22:48:54 +0000 |
mod_flags: trunk version backported to 0.12
|
Matthew Wild |
Sat, 04 Jan 2025 17:50:35 +0000 |
mod_anti_spam: Gracefully handle failure to parse CIDR in IP RTBL
|
Matthew Wild |
Wed, 01 Jan 2025 11:48:19 +0000 |
mod_anti_spam: Fix spam sender check in presence subscriptions (thanks mirux)
|
Matthew Wild |
Wed, 01 Jan 2025 09:57:31 +0000 |
mod_anti_spam: Fix stanza type check in presence handler
|
Matthew Wild |
Tue, 31 Dec 2024 21:38:14 +0000 |
mod_anti_spam: Skip content filtering for messages with no body (thanks Martin)
|
Matthew Wild |
Tue, 31 Dec 2024 15:17:37 +0000 |
mod_anti_spam: Improve error bounce text with actionable info
|
Matthew Wild |
Mon, 30 Dec 2024 13:54:30 +0000 |
mod_anti_spam: Fix luacheck warning
|
Matthew Wild |
Mon, 30 Dec 2024 13:52:59 +0000 |
mod_anti_spam: Add some debug logs
|
Matthew Wild |
Mon, 30 Dec 2024 13:52:38 +0000 |
mod_anti_spam: Prevent traceback when processing a message to an unknown host
|
Matthew Wild |
Mon, 30 Dec 2024 08:58:16 +0000 |
mod_anti_spam: Fix traceback when no anti-spam services defined in config (thanks mirux)
|
Matthew Wild |
Sun, 29 Dec 2024 11:49:36 +0000 |
mod_anti_spam: Fix another traceback for origin sessions without an IP
|
Matthew Wild |
Sat, 28 Dec 2024 21:02:08 +0000 |
mod_anti_spam: Fix traceback on missing/invalid session IP and log warning
|
Matthew Wild |
Sat, 28 Dec 2024 18:03:32 +0000 |
mod_anti_spam: Fix incorrect util.ip method name (thanks Martin)
|
Matthew Wild |
Sat, 28 Dec 2024 16:00:25 +0000 |
mod_anti_spam: Fix syntax of user_exists() check (thanks Martin/Zash)
|
Matthew Wild |
Sat, 28 Dec 2024 15:25:33 +0000 |
mod_anti_spam: New module for spam filtering (pre-alpha)
|
Matthew Wild |
Tue, 05 Mar 2024 18:26:29 +0000 |