> > > S/MIME code? > > This mailet (server side signing) is properly working, and just > > needs to be javadoc enhanced and some ho-to documentation. > > :-) > > > Outlook Express [considers] as a tampering the fact of having > > the signature not coming from the sender > > Microsoft is likely going to have to fix this to support domain keys, unless > that will be the responsibility of the receiving MTA. > > > if there is interest I would be quite happy to finalize and commit the > mailet. > > If you add it, we can look at the build process and see if we can exclude > some mailets that we're not quite ready to declare as stable. Then we can > start a library of Mailet API components that aren't part of the standard > distribution. The matcher & mailet loader makes that practical. >
Ok, I'll do it. > > > Bayesian code? > > I already promised to commit it to CVS, but but some > > finalization is needed like javadoc, modifications to > > sqlResources.xml or even better serializing the corpus > > to a file for performance. > > Or just any serialized stream storage of sufficient size? Yes. > > > updating the database with statistics about every word > > usage is quite heavy (> one minute per message submitted > > for learning); normal analysis is instead quite fast. > > And if the corpus were in serialized form, instead? I would serialize not every time a message submitted for learning has been processed, but say every 10 minutes if a "isDirty" flag has been set after a learning session. It would behave like a "deferred write". Vincenzo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
