On Sun, 2006-11-26 at 10:37 -0500, Tom Allison wrote:
> I'm trying to match on a partial header....
> 
> X-Bogosity: Unsure.....
> 
> I don't care about the rest of the header.
> 
> if header :matches ["X-Bogosity"] "Unsure" {
>    fileinto "unsure";
> }

if header :contains...

should also do the trick. Leander's regex approach is fine, too.

> Also, is there some way to execute a script that applies to ALL users?

No, sorry.

Aaron

Reply via email to