Index: TMDA/FilterParser.py
===================================================================
RCS file: /home1/faculty/bremner/cvsroot/tmda/TMDA/FilterParser.py,v
retrieving revision 1.3
diff -u -r1.3 FilterParser.py
--- TMDA/FilterParser.py	2 Feb 2004 16:27:47 -0000	1.3
+++ TMDA/FilterParser.py	18 Feb 2004 00:50:20 -0000
@@ -652,7 +652,7 @@
                     errstr += 'malformed header field or missing <action>'
                     raise Error, errstr
 		header = string.lower(mo.group(1))
-                action = mo.group(2) + (mo.group(4) or mo.group(5))
+                action = (mo.group(2) or "") + (mo.group(4) or mo.group(5))
                     
                 if action:
                     if not actions:
