Removed filter generating code - this should never be used now
[exim-website.git] / filter / body_quoted_fn_match
diff --git a/filter/body_quoted_fn_match b/filter/body_quoted_fn_match
deleted file mode 100644 (file)
index dbef067..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id$
-#
-# Match a body attachment with quoted filename
-#
-#include header_regexp
-  (\"[^\"]+\.                                  # quoted filename.
-#include extension_regexp
-  \"                                           # end quote
-  )                                            # end of filename capture
-  [\s;]                                                # trailing ;/space/newline