You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2007/03/02 10:57:25 UTC

Re: Multiple headers with the same keyword

Can you provide an example?  I'm not sure what you mean.

You could probably do it with the "ALL" pseudoheader, but it'll
be very slow.  A plugin might be the best option, but it's hard to
be sure without an example.

--j.

Claude Frantz writes:
> While writing rules....
> 
> How can I find how many headers with the same keyword exist ?
> 
> How can I recognize to which one a matching rule apply ?
> 
> Or is it necessary to write a plugin in order to have access to this 
> information ?
> 
> Thanks a lot !
> -- 
> You will find the CA certificate and the CRL here:
> http://www.unibw.de/certs

Re: Multiple headers with the same keyword

Posted by Claude Frantz <cl...@pc0312b.rz.unibw-muenchen.de>.
Justin Mason wrote:

> Can you provide an example?  I'm not sure what you mean.

The most important example is the "Received" header which usually occurs 
many times.

> You could probably do it with the "ALL" pseudoheader, but it'll
> be very slow.  A plugin might be the best option, but it's hard to
> be sure without an example.

>> How can I find how many headers with the same keyword exist ?
>>
>> How can I recognize to which one a matching rule apply ?
>>
>> Or is it necessary to write a plugin in order to have access to this 
>> information ?