On Fri, 2007-02-16 at 15:35 +0000, Justin Mason wrote: > Theo Van Dinter writes: > > I'm assuming that there will be a Google Summer of Code 2007 going on, and > > that the ASF will be involved again. So it's a good time to start thinking > > about things we'd like to put up as possible projects. > > > > We still have a number of items from last year that we could use again. > > Anything else that we'd like people to code up? > > Also, any suggestions from outside the dev team? Anyone got good ideas > for new SpamAssassin features that would be good to pay someone to work on > for 3 months? > > --j.
Not a direct improvement, but... - Add more hooks for plugins to let a broaded pluginization of SA. e.g. letting plugins to load before parsing rules. - Better documentation of intenal structures used. Avoid plugin authors to break stuff. - "Class"inization of some structures to facilitate plugins reuse. - The pluginization of SA. From Bayes to header, body, rawbody, score rules. The entire process of doing so would open doors for more external plugin usage and control. While this might bring a slightly slower startup. In the long run, the bennefits can be great. -Raul Dias