Re: [exim] Blocking attachments missing file extension

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: 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