X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/6b618dd7553a54296b1d6d0d7f1488c9f00e5814..01b57e68751c35f6b1d1240b28f32bc990b5ca27:/filter/body_unquoted_fn_match 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