comparison mod_firewall/scripts/spam-blocking.pfw @ 2566:ed4815bb8fe2

mod_firewall: spam-blocking.pfw: Remove debug logging
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Feb 2017 14:10:42 +0000
parents fc53165d8afe
children 5e1fb7e6b558
comparison
equal deleted inserted replaced
2565:fc53165d8afe 2566:ed4815bb8fe2
23 # a policy-violation error) 23 # a policy-violation error)
24 ################################################################## 24 ##################################################################
25 25
26 #### General rules for all incoming stanzas ###################### 26 #### General rules for all incoming stanzas ######################
27 ::deliver 27 ::deliver
28
29 LOG=Considering $(stanza:top_tag())
30 28
31 # Pass stanzas that a user sends to their own account 29 # Pass stanzas that a user sends to their own account
32 TO SELF? 30 TO SELF?
33 PASS. 31 PASS.
34 32