Removed old changelogs - the conversion has not been kept up. May reconvert these...
[exim-website.git] / filter / body_quoted_fn_match
1 # $Id$
2 #
3 # Match a body attachment with quoted filename
4 #
5 #include header_regexp
6   (\"[^\"]+\.                                   # quoted filename.
7 #include extension_regexp
8   \"                                            # end quote
9   )                                             # end of filename capture
10   [\s;]                                         # trailing ;/space/newline