> On Jan 3, 2020, at 11:34 AM, RW <rwmailli...@googlemail.com> wrote:
> 
> On Fri, 3 Jan 2020 10:09:21 -0800 (PST)
> John Hardin wrote:
> 
>> On Fri, 3 Jan 2020, Pedro David Marco wrote:
>> 
>>> header __L_RECEIVED_SPF        exists:Received-SPF
>>> tflags __L_RECEIVED_SPF        multiple maxhits=20
>>> 
>>> meta L_RECEIVED_SPF            (__L_RECEIVED_SPF >= 10)
>>> describe L_RECEIVED_SPF        Crazy numbers of Received-SFP headers
>>> score L_RECEIVED_SPF            20.0
>>> 
>>> but it never seems to match.  
>> 
>> "exists" is a boolean, it's reasonable that it only returns one hit 
>> regardless of the number of instances present.
>> 
>> Try this instead, to actually match the header(s):
>> 
>>   header __L_RECEIVED_SPF       Received-SPF =~ /^./
> 
> That should be: 
> 
> header __L_RECEIVED_SPF       Received-SPF =~ /^./m


Seems to work either way!

Thanks, everyone.

-Philip

Reply via email to