killed system filter
[exim-website.git] / filter / content_type_unquoted_fn_match
index f77fdcc71397c03816fc3cac2ba7f8f889e72af4..95115f674bcb39b300ab7ad4ce700d8c7d082640 100644 (file)
@@ -1,8 +1,8 @@
-# $Id$
+# $Id: content_type_unquoted_fn_match,v 1.2 2001/08/15 10:01:01 nigel Exp $
 #
 # Match the content-type header with quoted filename
 #
 #include content_type_header
-  ([\w.-]+\.                                   # unquoted filename.ext
+  (\S+\.                                               # unquoted filename.ext
 #include extension_regexp
   )                                            # end of filename capture