git://git.exim.org
/
exim-website.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Removed old changelogs - the conversion has not been kept up. May reconvert these...
[exim-website.git]
/
filter
/
body_unquoted_fn_match
1
# $Id: body_unquoted_fn_match,v 1.2 2001/08/15 10:01:01 nigel Exp $
2
#
3
# Match a body attachment with unquoted filename
4
#
5
#include header_regexp
6
(\S+\. # unquoted filename.ext
7
#include extension_regexp
8
) # end of filename capture
9
[\s;] # trailing ;/space/newline