On 11/23/2014 09:15 PM, Olivier Nicole wrote:
>
> Mark Sapiro writes:
>>
>> Your regexp should work although it will actually also accept things
>> like 'r...@xbknix.co.th'. Also, '@' is not special and doesn't need to
>> be escaped. I would use '^root@(.*\.)?bknix\.co\.th$'.
>
> Thank you, I wa
Mark,
Mark Sapiro writes:
> On 11/20/2014 11:47 PM, Olivier Nicole wrote:
>> Hi,
>>
>> I have a problem with a regular expression in accept_these_nonmembers
>> filter:
>>
>> I have the regexp:
>>
>> ^root\@.*bknix\.co\.th$
>>
>> That should read: accept any message sent by r...@anything.bkni
On 11/20/2014 11:47 PM, Olivier Nicole wrote:
> Hi,
>
> I have a problem with a regular expression in accept_these_nonmembers
> filter:
>
> I have the regexp:
>
> ^root\@.*bknix\.co\.th$
>
> That should read: accept any message sent by r...@anything.bknix.co.th
> But a message sent by r...@web.
Hi,
I have a problem with a regular expression in accept_these_nonmembers
filter:
I have the regexp:
^root\@.*bknix\.co\.th$
That should read: accept any message sent by r...@anything.bknix.co.th
But a message sent by r...@web.bknix.co.th is not being accepted
automatically.
I need some help t