Added Italian language support for mentioning attachments.
[attachcheck] / attachcheck
index 8479dea82a510039e167ac0ea53e11612b805798..60da1569d6331f87af2b81fda6eb6f17baaf7c58 100644 (file)
@@ -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

Benjamin Mako Hill || Want to submit a patch?