comparison mod_firewall/scripts/spam-blocking.pfw @ 4149:bb60db2b2cd1

mod_firewall: Update another chain name for consistency
author Matthew Wild <mwild1@gmail.com>
date Mon, 21 Sep 2020 15:49:54 +0100
parents 34a2e8796cff
children af2778f4ee29
comparison
equal deleted inserted replaced
4148:34a2e8796cff 4149:bb60db2b2cd1
29 # ::user/spam_reject if a message is considered spam. 29 # ::user/spam_reject if a message is considered spam.
30 # 30 #
31 # ::user/spam_check_presence_custom 31 # ::user/spam_check_presence_custom
32 # Apply additional rules to presence that may be spam. 32 # Apply additional rules to presence that may be spam.
33 # 33 #
34 # ::user/spam_check_subscription_request 34 # ::user/spam_check_subscription_request_custom
35 # Apply additional rules to subscription requests. 35 # Apply additional rules to subscription requests.
36 # 36 #
37 # ::user/spam_handle_unknown_custom 37 # ::user/spam_handle_unknown_custom
38 # Override default handling of stanzas that weren't explicitly 38 # Override default handling of stanzas that weren't explicitly
39 # passed or rejected by the anti-spam checks. 39 # passed or rejected by the anti-spam checks.
132 132
133 # This chain can be used by other scripts 133 # This chain can be used by other scripts
134 # and modules to filter subscription requests 134 # and modules to filter subscription requests
135 JUMP CHAIN=user/spam_check_subscription_request 135 JUMP CHAIN=user/spam_check_subscription_request
136 136
137 JUMP CHAIN=user/spam_check_subscription_request_custom
138
137 ################################################################## 139 ##################################################################
138 140
139 #### Stanzas reaching this chain will be rejected ################ 141 #### Stanzas reaching this chain will be rejected ################
140 ::user/spam_reject 142 ::user/spam_reject
141 143