Nicolas Fertig writes:
> Hello,
> 
> Is there a way to access RAW email (Full email with all headers and mime 
> content) from a plugin in the method "check_end" ?
> 
> Sample:
> 
> sub check_end
> {
>   my ($self, $params, $fulltext) = @_;
>  # the $fulltext does not exists in this method....
>  return 0;
> }

yep -- use $params->{permsgstatus}->get_message() and use the
methods on that Mail::SpamAssassin::Message object.

--j.

Reply via email to