http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5258
------- Additional Comments From [EMAIL PROTECTED] 2007-04-27 12:39 -------
(In reply to comment #5)
> how's about a faux function-style UI?
>
> meta AA_MULTI_2 (rules_matching("AA_*") >= 2)
What I like about this is that it allows for future expansion of other
functionality and it is clear. And it allows using * for glob and " as
delimeters.
The downside is the length. It would be longer to type than the % alternatives.
But any syntax for this feature is light years above having an unmaintainable
string of additions. (I've been creating extra empty rules "meta AA_123 0"
ahead of time just to avoid having to update the AA_MULTI_ rules as often.)
Lexing will be slightly more complex but that shouldn't be a big concern.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.