From c38877cf510ced3caec9ac2e697b6ce9e9e11421 Mon Sep 17 00:00:00 2001 From: nigel Date: Fri, 19 Nov 2004 14:18:55 +0000 Subject: [PATCH] swapped rejects in acls for the correct deny --- howto/mailman21.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/howto/mailman21.html b/howto/mailman21.html index a430d5a..6773015 100644 --- a/howto/mailman21.html +++ b/howto/mailman21.html @@ -603,7 +603,7 @@
   # Reject bounce (null sender) messages to the list
-  reject   message = "Recipient never sends mail so cannot cause bounces"
+  deny     message = "Recipient never sends mail so cannot cause bounces"
            senders = :
            domains = +mm_domains
            condition = ${if exists{MM_LISTCHK} {yes}{no}}
@@ -616,11 +616,11 @@
 
 
   # Reject bounce (null sender) messages to the list
-  reject   message = "Recipient never sends mail so cannot cause bounces"
+  deny     message = "Recipient never sends mail so cannot cause bounces"
            senders = :
            domains = +mm_domains
            local_parts = \N^.*-(admin|join|leave|owner|request)$\N
-  reject   message = "Recipient never sends mail so cannot cause bounces"
+  deny     message = "Recipient never sends mail so cannot cause bounces"
            senders = :
            domains = +mm_domains
            local_parts = \N^.*-(subscribe|unsubscribe)$\N
@@ -645,7 +645,7 @@
 
 
   # Do callback verification unless Mailman incoming bounce
-  reject   !local_parts = *-bounces : *-bounces+*
+  deny     !local_parts = *-bounces : *-bounces+*
            !verify = sender/callout=30s,defer_ok
 
 
@@ -749,6 +749,6 @@ You.


-

$Id: mailman21.html,v 1.4 2004/06/25 12:42:53 nigel Exp $

+

$Id: mailman21.html,v 1.5 2004/06/28 13:39:38 nigel Exp $

-- 2.30.2