[Mailman-Developers] Typo fix in Mailman's README.EXIM

Greg Ward gward at python.net
Sun Apr 4 18:05:39 EDT 2004


Hi Barry -- Daniel Zeiss <daniel at zeiss.net> spotted a typo in Mailman's
README.EXIM (actually, he spotted it in the version at
http://www.exim.org/howto/mailman21.html -- hence cc'ing
webmaster at exim.org).

Here's the fix:

--- README.EXIM 20 Mar 2003 16:58:29 -0000      2.9
+++ README.EXIM 4 Apr 2004 21:54:52 -0000
@@ -247,13 +247,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}}

Suggested checkin comment:

"Fix typo in SMTP Callback section (Daniel Zeiss <daniel at zeiss.net>)."

To Nigel (or whoever's manning webmaster at exim.org these days): can you
fix the HTML version please?  Also I spotted a typo that has been
corrected in the canonical version (README.EXIM in Mailman's CVS) --
s/epmty/empty/.  Thanks.

        Greg
-- 
Greg Ward <gward at python.net>                         http://www.gerg.ca/
There's nothing to see here.  Move on; go about your business.



More information about the Mailman-Developers mailing list