On 2006/12/28 11:30, Karel Kulhavy wrote: > How do I figure out who is the maintainer of Spamassassin? I put > "How to figure out who is a maintainer of an openbsd package" into google > and got to http://www.openbsd.org/faq/faq15.html > Where they write: > "To see who is the maintainer of the port, type, for example:
That requires an unpacked ports tree. You may like to try sqlports and sqlitebrowser (or look at the Maakefile with cvsweb, or http://ports.openbsd.nu/). > What I also don't like is that SA is very slow. I don't > believe Bayesian statistics are so computationally expensive. > > Can you recommend a different tool than spamassassin? I wonder what CRM114 is > http://crm114.sourceforge.net/ The other checks take their time (unpacking html, lots of regex searches, DNS lookups, and lots of compilation if you don't run it as a daemon). I haven't tried it myself but maybe dspam would be suitable? It's in ports. Or feed a greylisting spamd with some good spamtraps...