I just tried the plugins/virus/clamav plugin, and it performs as expected.
Okay, I'm now at a loss, now. The old plugins are still supposed
to work, even though they explicitly set up the hook:
sub register {
my ( $self, $qp ) = @_ ;
$self->register_hook( "data_post", "clam_scan" ) ;
}
Well, I suppose I'll have to convert my other antivirus routines,
also, since they all reside in my antivirus plugin and rejected the same
way (and queued, of course :-/ )
