X-Git-Url: https://projects.mako.cc/source/attachcheck/blobdiff_plain/41c4e2277556fc66584d9c16d363e02d30a4529e..023d680cdab18123a86099680f3ac33f95196b67:/attachcheck diff --git a/attachcheck b/attachcheck index 8479dea..60da156 100644 --- a/attachcheck +++ b/attachcheck @@ -24,7 +24,8 @@ ignored_types = ( "applica/pgp-signat", "application/pgp-signature" ) # list of regular expressions which we will view as being indicative # of an attachment -attachment_regexes = [ r'\battach(ed|ment|ing)?\b(?im)' ] +attachment_regexes = [ r'\battach(ed|ment|ing)?\b(?im)', + r'\balleg(o|at[oaie]|ando)' ] ### No Edit Below This Line