git://git.exim.org
/
exim-website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
filter updates
[exim-website.git]
/
filter
/
body_unquoted_fn_match
1
# $Id$
2
#
3
# Match a body attachment with unquoted filename
4
#
5
#include header_regexp
6
([\w.-]+\. # unquoted filename.ext
7
#include extension_regexp
8
) # end of filename capture
9
[\s;] # trailing ;/space/newline