Re: Checking Received headers

2011-03-09 Thread RW
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

Re: Checking Received headers

2011-03-09 Thread Karsten Bräckelmann
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

Checking Received headers

2011-03-09 Thread John Horne
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,