-# $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
-# $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
# 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