From 023d680cdab18123a86099680f3ac33f95196b67 Mon Sep 17 00:00:00 2001 From: Date: Mon, 25 Jul 2005 08:01:24 -0400 Subject: [PATCH] Added Italian language support for mentioning attachments. --- attachcheck | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2