hello everybody.
is libspamc currently under active development?
i'm right now implementing a perl object to have the spamc functionality
avaible via a perl object in style of:
$obj = new Mail::SpamAssassin::Spamc;
$obj->init(ssl => "no",
method => "tcp",
hostname => "localhost",
port => "783");
$stat = $obj->check(@maildata);
$hits = $stat->get_hits();
$stat->destroy;
$stat = $obj->check(@anothermail);
...
am i the only one that is interested in having such a functionality, or is
even someone else doing this right now?
best regards, johannes russek.