fixed syntax
[exim-website.git] / filter / body_unquoted_fn_match
index 3e557a118379b75fae22bd63f9f464945b126b14..76204999062c200e757e0d042f448666c7eb81b8 100644 (file)
@@ -1,9 +1,9 @@
-# $Id$
+# $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
-  ([\w.-]+\.                                   # unquoted filename.ext
+  (\S+\.                                               # unquoted filename.ext
 #include extension_regexp
   )                                            # end of filename capture
   [\s;]                                                # trailing ;/space/newline