From: nigel Date: Mon, 5 Apr 2004 07:43:30 +0000 (+0000) Subject: Fix typo in SMTP Callback section (Daniel Zeiss ). X-Git-Tag: exim-4_70_RC4~73 X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/8b48fc0cb17fd7ee2c0385881558e34471a783a4 Fix typo in SMTP Callback section (Daniel Zeiss ). --- diff --git a/howto/mailman21.html b/howto/mailman21.html index cd62582..1e5ce6a 100644 --- a/howto/mailman21.html +++ b/howto/mailman21.html @@ -264,7 +264,7 @@ 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).

+ use an empty envelope sender for bounces).

In order to ensure that Mailman can disable/remove bouncing addresses, you generally want to receive bounces for Mailman @@ -285,13 +285,13 @@ # 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}} @@ -399,6 +399,6 @@ Overhauled/reformatted/clarified/simplified by Greg Ward.


-

$Id: mailman.html,v 1.3 2002/06/14 10:42:18 nigel Exp $

+

$Id: mailman21.html,v 1.1 2002/10/16 20:21:53 nigel Exp $