> > A quick question for you Charlie.  As I'm still learning maildrop's
> > filtering language, if I wanted to grab the score and the required hits,
> > would this work?
> >
> > if (/^X-Spam-Status: *Yes, *hits=![:digit:]+ required=![:digit:]+.*/)
> > {
>
> BTW guys -- watch out, the hits and required parameters are floating
> point now.  Also, hits can be negative. better to just match any-non-space
> char.

I'm still learning maildrop, but how 'bout

if (/^X-Spam-Status: *Yes, *hits=.*![0-9-]+.*required=![0-9-]+.*/)

>
> --j.
>

Dave


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to