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.
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
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
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
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