--- /root/spamassassinrules/spamassassin-trunk/lib/Mail/SpamAssassin/Client.pm 2008-06-19 21:37:18.000000000 +0100 +++ Client.pm 2008-09-03 14:56:59.000000000 +0100 @@ -171,6 +171,26 @@ return $self->_filter($msg, 'HEADERS'); } +=head2 getreport + +public instance (\%) getreport (String $msg) + +Description: +The method implements the report call. + +See the process method for the return value. + +=cut + +sub getreport { + my ($self, $msg) = @_; + + return $self->_filter($msg, 'REPORT'); +} + + + + =head2 learn public instance (Boolean) learn (String $msg, Integer $learntype)