excel blocked with "BANNED: .exe,.exe-unix,xl/workbook.bin "
Maurizio Marini via amavis-users
amavis-users at amavis.org
Thu Dec 12 11:25:32 CET 2013
On Thu, 12 Dec 2013 09:40:55 +0100
Patrik Båt <pb at osix.eu> wrote:
> On mån 9 dec 2013 14:54:30, Maurizio Marini via amavis-users wrote:
> > Hello
> > how can whitelist excel files banned with this message:
> > BANNED: .exe,.exe-unix,xl/workbook.bin
> > I have tried this:
> > [ qr'^\.xlsb$' => 0 ],
> >
> > but it does not work
> >
> > many thnx
> >
> > -m
>
> Have a look in the archive for this mailing list, it is file, who
> return that, not a fileextention, so youve need to fix file.
>
Thnx Patrick
I forget to report on list that I solved fixing the line:
change:
[ qr'^\.xlsb$' => 0 ],
replace:
[ qr'.\.xlsb$' => 0 ],
-- m
More information about the amavis-users
mailing list