Correct "Re:" portion of procmail regexp in README
authorW. Trevor King <wking@drexel.edu>
Fri, 26 Mar 2010 08:45:05 +0000 (04:45 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 26 Mar 2010 08:45:05 +0000 (04:45 -0400)
README

diff --git a/README b/README
index 0b1f69e7480c6a14e25a80da8a173b8b16989988..324f9ff3f8b373aea5ea70b588abef489a492514 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ appropriate messages into a named pipe.  With procmail, that will
 look something like::
 
     :0
 look something like::
 
     :0
-    * ^Subject: *Re:* [PyRisk*
+    * ^Subject: *(Re:)* [PyRisk*
     | >> /path/to/named/pipe
 
 Then just add your EmailPlayers to your game and go::
     | >> /path/to/named/pipe
 
 Then just add your EmailPlayers to your game and go::