Re: RegExp help

2015-06-09 Thread AnthonyL
On Thu, 14 May 2015 06:57:16 -0400, jason hirsh wrote: > I have bene using > > https://regex101.com > for test and evaluationIt has also helped on my composition Thanks very much for that one. It's just what I was looking for.

RE: RegExp help

2015-05-14 Thread Marius Gologan
@postfix.org Subject: Re: RegExp help On Thu, 14 May 2015, Tom Hendrikx wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 14-05-15 12:48, Barbara M. wrote: >> >> I am trying to use regexp to block mails from specific domains to >> specific users (

Re: RegExp help

2015-05-14 Thread Michael Orlitzky
On 05/14/2015 10:41 AM, Barbara M. wrote: > > I use SA in default config. Never tried to customize rules, so, may be it > isn't trivial for me. :-) > N.B.: I want mail rejected from Postfix not marked as spam and delivered. > If SA can do this I try it (better if someone give me some example/hint

Re: RegExp help

2015-05-14 Thread Barbara M.
On Thu, 14 May 2015, Tom Hendrikx wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 14-05-15 12:48, Barbara M. wrote: I am trying to use regexp to block mails from specific domains to specific users (and let other users receive it). I need to merge (logical AND operator), something l

Re: RegExp help

2015-05-14 Thread Tom Hendrikx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 14-05-15 12:48, Barbara M. wrote: > > I am trying to use regexp to block mails from specific domains to > specific users (and let other users receive it). > > I need to merge (logical AND operator), something like: > > /^From:.*\@.*domainsourc

Re: RegExp help

2015-05-14 Thread jason hirsh
> On May 14, 2015, at 7:41 AM, Barbara M. wrote: > > On Thu, 14 May 2015, jason hirsh wrote: > >> I have bene using >> https://regex101.com >> for test and evaluationIt has also helped on my composition > > Cool. > But I can't still find a solution. > I am not a regex expert (obiviosly).

Re: RegExp help

2015-05-14 Thread Barbara M.
On Thu, 14 May 2015, jason hirsh wrote: I have bene using  https://regex101.com for test and evaluation    It has also helped on my composition Cool. But I can't still find a solution. I am not a regex expert (obiviosly). I write simple expression when needed, but I can't find how to improve

Re: RegExp help

2015-05-14 Thread jason hirsh
I have bene using https://regex101.com for test and evaluationIt has also helped on my composition > On May 14, 2015, at 6:48 AM, Barbara M. wrote: > > > I am trying to use regexp to block mails from specific domains to specific > users (and let other users r