[exim] Re: regexp filter not working

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tom Olin
日付:  
To: exim-users
題目: [exim] Re: regexp filter not working
The winning form turned out to be:

    d[.].*@domain.com


Multiple backslashes did not help, but I appreciate the suggestion from
Wakko Warner.

On Jan 29, 2005, at 8:46 AM, Tom Olin wrote:

> This should be simple. I want a filter that matches any address
> beginning with "d." but nothing else. The regexp should be:
>
>     d\..*@domain.com

>
> but that matches both d.abc@??? and delta@???. It should
> not match the latter. I've tried multiple backslashes, but still no
> luck.
>
> I'm using Exim 4.44.
>
> Help, please!
>