On Wed, 09 Mar 2011 17:19:39 +
John Horne wrote:
> Hello,
>
> Using SA 3.3.1 can I ask how the 'header' command in a rule treats the
> Received: headers? For example, if I have:
>
> header LOCAL_HDR_CHECK Received =~ / from \S+\.plymouth\.ac\.uk /
>
> Does SA concatenate all the Receiv
On Wed, 2011-03-09 at 17:19 +, John Horne wrote:
> Using SA 3.3.1 can I ask how the 'header' command in a rule treats the
> Received: headers? For example, if I have:
>
> header LOCAL_HDR_CHECK Received =~ / from \S+\.plymouth\.ac\.uk /
>
> Does SA concatenate all the Received headers tog
Hello,
Using SA 3.3.1 can I ask how the 'header' command in a rule treats the
Received: headers? For example, if I have:
header LOCAL_HDR_CHECK Received =~ / from \S+\.plymouth\.ac\.uk /
Does SA concatenate all the Received headers together, and then check
the regex against that?
Thanks,