Re: [Exim] Blocking sobig.f

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Avleen Vig
日付:  
To: Wakko Warner
CC: Giolla Decair, exim-users
題目: Re: [Exim] Blocking sobig.f
On Wed, Aug 20, 2003 at 08:50:22AM -0400, Wakko Warner wrote:
> > Do you have a gernalised version of this which checks for a dot in the
> > HELO name?
>
> condition = ${if match{$sender_helo_name}{\N^[^.].*\.[^.]+$\N}{no}{yes}}
> basically this says "Must contain a dot but the first and last character may
> not be a dot". From expereince, this will stop all sobig.f mails.


I need to go this on Exim 3 but I don't knw if it's possible. Reading
the docs, I don't think so.

Anyone have any suggestions??