%<-------------------------------------------------
file_list_1 = (?i)(winmail\.dat
file_list_1 += |\.(exe|vb[es]|c(om|hm)|bat|pif|s(ys|cr))
file_list_1 += (\.g?z|\.bz\d?)*)$
%<-------------------------------------------------
There is no leading '|' in the 3rd part of regexp,
so less experienced users can be confused
that ready-to-use example does not work.
-- jbwJanusz B. Wisniewski e-mail 07093@xyz.molar.is tel. +48-603-376073