make sure we do not spam list owners with unrecognized bounce notifications
[ansible.git] / roles / email / files / mailman-check
index 5894a1e6805814f6b2ea27ec1943cadf152a67b7..09d2d0026228e6ffb001d8c90e0f9dd1830b9de3 100755 (executable)
@@ -14,5 +14,7 @@ if mlist.generic_nonmember_action == 2:
     print "List",mlist.real_name,"by",(', '.join(mlist.owner)),"is prone to backscatter spam due to reject notifications"
 if mlist.generic_nonmember_action == 1 and mlist.respond_to_post_requests:
     print "List",mlist.real_name,"by",(', '.join(mlist.owner)),"is prone to backscatter spam due to hold notifications"
     print "List",mlist.real_name,"by",(', '.join(mlist.owner)),"is prone to backscatter spam due to reject notifications"
 if mlist.generic_nonmember_action == 1 and mlist.respond_to_post_requests:
     print "List",mlist.real_name,"by",(', '.join(mlist.owner)),"is prone to backscatter spam due to hold notifications"
+if mlist.bounce_unrecognized_goes_to_list_owner:
+    print "List",mlist.real_name,"by",(', '.join(mlist.owner)),"may spam the owner with unrecognized bounce notifications"
 EOF
 done
 EOF
 done