From: Date: Mon, 25 Jul 2005 12:01:24 +0000 (-0400) Subject: Added Italian language support for mentioning attachments. X-Git-Url: https://projects.mako.cc/source/attachcheck/commitdiff_plain/023d680cdab18123a86099680f3ac33f95196b67 Added Italian language support for mentioning attachments. --- 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