Removed old changelogs - the conversion has not been kept up. May reconvert these...
[exim-website.git] / filter / content_type_unquoted_fn_match
1 # $Id: content_type_unquoted_fn_match,v 1.2 2001/08/15 10:01:01 nigel Exp $
2 #
3 # Match the content-type header with quoted filename
4 #
5 #include content_type_header
6   (\S+\.                                                # unquoted filename.ext
7 #include extension_regexp
8   )                                             # end of filename capture