fixed syntax
[exim-website.git] / filter / body_unquoted_fn_match
index 6623029f3d3ca0fc20a4c55ea4259fbce5673b44..76204999062c200e757e0d042f448666c7eb81b8 100644 (file)
@@ -1,9 +1,9 @@
-# $Id: body_unquoted_fn_match,v 1.1 2001/05/18 10:28:13 nigel Exp $
+# $Id: body_unquoted_fn_match,v 1.2 2001/08/15 10:01:01 nigel Exp $
 #
 # Match a body attachment with unquoted filename
 #
 #include header_regexp
-  (.+\.                                                # unquoted filename.ext
+  (\S+\.                                               # unquoted filename.ext
 #include extension_regexp
   )                                            # end of filename capture
   [\s;]                                                # trailing ;/space/newline