Fix typo in SMTP Callback section (Daniel Zeiss <daniel@zeiss.net>).
authornigel <nigel>
Mon, 5 Apr 2004 07:43:30 +0000 (07:43 +0000)
committernigel <nigel>
Mon, 5 Apr 2004 07:43:30 +0000 (07:43 +0000)
howto/mailman21.html

index cd62582da36f3584bbe40da21c269bf00fa00f7a..1e5ce6a842c45ccdf4ad5d31fd2c6dccc4a55623 100644 (file)
     Unfortunately, lots of servers send bounce messages with a bogus
     address in the header, and there are plenty that sound bounces
     with bogus envelope senders (even though they're supposed to just
-    use an epmty envelope sender for bounces).</p>
+    use an empty envelope sender for bounces).</p>
 
     <p>In order to ensure that Mailman can disable/remove bouncing
     addresses, you generally want to receive bounces for Mailman
   # Accept bounces to lists even if callbacks or other checks would fail
   warn     message      = X-WhitelistedRCPT-nohdrfromcallback: Yes
            condition    = \
-           ${if and {{match{$local_part}{(.*)-bounces\+.*}}
+           ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
                      {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
                 {yes}{no}}
                 {yes}{no}}
 
   accept   condition    = \
-           ${if and {{match{$local_part}{(.*)-bounces\+.*}}
+           ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
                      {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
                 {yes}{no}}
                 {yes}{no}}
     Overhauled/reformatted/clarified/simplified by Greg Ward.</p>
 
     <hr>
-    <h4>$Id: mailman.html,v 1.3 2002/06/14 10:42:18 nigel Exp $</h4>
+    <h4>$Id: mailman21.html,v 1.1 2002/10/16 20:21:53 nigel Exp $</h4>
   </body>
 </html>