spamassassin-dev August 2011 archive
Main Archive Page > Month Archives  > spamassassin-dev archives
spamassassin-dev: [Bug 6641] Bounded "tflags multiple"

[Bug 6641] Bounded "tflags multiple"

From: <bugzilla-daemon_at_nospam>
Date: Tue Aug 02 2011 - 19:38:37 GMT
To: dev@spamassassin.apache.org

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6641

--- Comment #7 from John Hardin <jhardin@impsec.org> 2011-08-02 19:38:37 UTC ---
(In reply to comment #6)
> (In reply to comment #0)
> > meta MANY_MUMBLE __MUMBLE=5
>
> I believe MANY_MUMBLE would *always* fire since the evaluation of "__MUMBLE=5"
> would always be true (since there is no case in which __MUMBLE cannot be
> assigned the value of five).
>
> I believe you wanted: __MUMBLE==5

As may be. That example was just off the top of my head to illustrate how
"tflags maxhits=N" would be used. For real rules I never do equality tests,
only "__MUMBLE > N".

-- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.