git://git.exim.org
/
exim-website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
batch of minor changes
[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