Re: [exim] Blocking attachments missing file extension

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-users
Asunto: Re: [exim] Blocking attachments missing file extension
On 06/10/16 20:01, Karl Schmidt wrote:
> There is currently a virus attack based on attachments missing file
> extensions..
>
> So instead of virus.zip or virus.exe - the file name is just virus.
>
>
>
>
> I was looking into regex to match that - may not be trivial?


Anything without a dot?    notmatch on \.
-- 
Jeremy