Removed filter generating code - this should never be used now
[exim-website.git] / filter / vb_regexp
diff --git a/filter/vb_regexp b/filter/vb_regexp
deleted file mode 100644 (file)
index d0630b2..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-  (?:Content-                                  # start of content header
-  (?:Type: (?>\s*)                             # rest of c/t header
-    [\w-]+/[\w-]+                              # content-type (any)
-    |Disposition: (?>\s*)                      # content-disposition hdr
-    attachment)                                        # content-disposition
-  ;(?>\s*)                                     # ; space or newline
-  (?:file)?name=                               # filename=/name= 
-  |begin (?>\s+) [0-7]{3,4} (?>\s+))           # begin octal-mode
-  (\"[^\"]+\.                                  # quoted filename.
-       (?:vb[se]                               # list of extns
-       |ws[fh]
-       |jse?
-       |exe
-       |com
-       |cmd
-       |shs
-       |hta
-       |bat
-       |scr
-       |pif)
-       \"                                      # end quote
-  |[\w.-]+\.                                   # unquoted filename.ext
-       (?:vb[se]                               # list of extns
-       |ws[fh]
-       |jse?
-       |exe
-       |com
-       |shs
-       |hta
-       |bat
-       |scr
-       |pif)
-  )                                            # end of filename capture
-  [\s;]                                                # trailing ;/space/newline