From: nigel Date: Fri, 17 Aug 2001 12:43:57 +0000 (+0000) Subject: fixed unquoted expr X-Git-Tag: exim-4_70_RC4~125 X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/25945f296bd036baec31d421ac56d706ef0fb322 fixed unquoted expr --- diff --git a/filter/body_unquoted_fn_match b/filter/body_unquoted_fn_match index 6623029..7620499 100644 --- a/filter/body_unquoted_fn_match +++ b/filter/body_unquoted_fn_match @@ -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 diff --git a/filter/content_type_unquoted_fn_match b/filter/content_type_unquoted_fn_match index f7dec75..95115f6 100644 --- a/filter/content_type_unquoted_fn_match +++ b/filter/content_type_unquoted_fn_match @@ -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 diff --git a/filter/sysfilter.tmpl b/filter/sysfilter.tmpl index 3d22546..e061c37 100644 --- a/filter/sysfilter.tmpl +++ b/filter/sysfilter.tmpl @@ -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