fixed unquoted expr
authornigel <nigel>
Fri, 17 Aug 2001 12:43:57 +0000 (12:43 +0000)
committernigel <nigel>
Fri, 17 Aug 2001 12:43:57 +0000 (12:43 +0000)
filter/body_unquoted_fn_match
filter/content_type_unquoted_fn_match
filter/sysfilter.tmpl

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
index f7dec75f710ce547dcb23668c31603a9d5829b05..95115f674bcb39b300ab7ad4ce700d8c7d082640 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: content_type_unquoted_fn_match,v 1.1 2001/05/18 10:28:13 nigel Exp $
+# $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
-  (.+\.                                                # unquoted filename.ext
+  (\S+\.                                               # unquoted filename.ext
 #include extension_regexp
   )                                            # end of filename capture
index 3d22546e10aadda9fd6fee69f1c0830d8f4c5c9a..e061c37a3fc503e75126941888e874ea4672295b 100644 (file)
@@ -1,6 +1,6 @@
 # Exim filter
-## Version: 0.14
-#      $Id: system_filter.exim,v 1.4 2001/05/22 08:18:31 nigel Exp $
+## Version: 0.15
+#      $Id: sysfilter.tmpl,v 1.1 2001/08/15 10:01:01 nigel Exp $
 
 ## Exim system filter to refuse potentially harmful payloads in
 ## mail messages