
bugzilla-daemon at bugzilla
Sep 20, 2009, 12:25 PM
Post #2 of 4
(365 views)
Permalink
|
|
[Bug 6207] RFE: need "if version > {svn revision}" conditional support in configs
[In reply to]
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6207 --- Comment #1 from Justin Mason <jm [at] jmason> 2009-09-20 12:25:32 PDT --- actually, bug 5623 may have a better way to do it: if (defined(replace_supports_replace_foo)) replace_foo bar replace_foo baz endif the plugin/code (when changed) can add a new "capability" boolean flag to indicate it. Alternatively/in addition, the "if defined" check could support checking for the existence of named methods in the plugin. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|