Re: Quick header check question and anchors

2019-05-17 Thread Pedro David Marco
Thanks a lot, John, Bill, RW...  i now see it water clear... On Thursday, May 16, 2019, 10:59:19 PM GMT+2, RW wrote: On Thu, 16 May 2019 13:31:27 + (UTC) Pedro David Marco wrote: > Hi! > I have a Recived like this: > > Received: from pafkiet.edu.pk (email.pafkiet.edu.pk [203.170.

Re: Quick header check question and anchors

2019-05-16 Thread RW
On Thu, 16 May 2019 13:31:27 + (UTC) Pedro David Marco wrote: > Hi! > I have a Recived like this: > > Received: from pafkiet.edu.pk (email.pafkiet.edu.pk [203.170.75.90]) >   by > > > I want a rule to match the beginning of a Received: > A rule like this works ok: > > header    MY

Re: Quick header check question and anchors

2019-05-16 Thread Bill Cole
On 16 May 2019, at 9:31, Pedro David Marco wrote: Hi! I have a Recived like this: Received: from pafkiet.edu.pk (email.pafkiet.edu.pk [203.170.75.90])    by I want a rule to match the beginning of a Received: A rule like this works ok: header    MY_RULE    Received =~  /.*from

Re: Quick header check question and anchors

2019-05-16 Thread John Hardin
On Thu, 16 May 2019, Pedro David Marco wrote: Hi! I have a Recived like this: Received: from pafkiet.edu.pk (email.pafkiet.edu.pk [203.170.75.90])    by I want a rule to match the beginning of a Received: A rule like this works ok: header    MY_RULE    Received =~  /.*from pafki

Quick header check question and anchors

2019-05-16 Thread Pedro David Marco
Hi! I have a Recived like this: Received: from pafkiet.edu.pk (email.pafkiet.edu.pk [203.170.75.90])    by I want a rule to match the beginning of a Received: A rule like this works ok: header    MY_RULE    Received =~  /.*from pafkiet.edu.pk/  and in debug mode it shows: MY_RULE