-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I have just created something that does the trick, but not the fun part ... How do I tell SpamAssassin _not_ to run all the other 'default' rules it find in the default rules path ?
use "-c" -- that overrides the "system" rules path, so it won't read the system rules at all.
- perldoc PerMsgStatus does not contain "get_uri_list" :)
oh, good point. could you open a bug about it? (these are all new "public" APIs since the addition of plugins; previously they were more private.)
- can I use method's from another plugin (uridnsbl) to test if uri's
are already on the rbl?
hmm-- that could be quite tricky! possibly, but it would be hard. You would have to run the URIBL tests in entirety, then look up the results on that object.
btw, there's a bug in 3.0.0 that means that plugins can't be loaded from a file that isn't in the @INC search path. should be fixed by full release, though.
- --j.