Thanks, but is there a way to get this perl script executed as part of
Spamassassin work and pass there score, ip, and address?
Does spamassassin support such post-processing plugins?

Yes, though unfortunately writing plugins is rather badly documented. :(

ah, it explains everything.

If you "grep -r call_plugins" through the tarball, you'll find all the plugin
calls.

good idea, thanks.

You'd probably want check_end or finish_tests, possibly log_scan_result
if you use spamd. You can get some idea of how to do plugins via looking at
the code in lib/Mail/SpamAssassin/Plugin ...

thanks for hints.

-jv

Reply via email to