http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5069
------- Additional Comments From [EMAIL PROTECTED] 2006-09-05 20:13 -------
Oh, just a quickie to document my test function:
sub post_message_parse {
my ($self, $opts) = @_;
my $msg = $opts->{'message'};
foreach my $p ( $msg->find_parts(qr/^image\/theo$/, 1) ) {
$p->set_rendered("The plugin works!\n");
}
}
which specifically looks for parts of type "image/theo" and sets the rendered
information appropriately using the new set_rendered() function.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.