Spamassassin 3.2 works very good for me. Now I want to write a plugin in
Perl that will be executed by spamassassin after each email is processed.
This script would have to know <sender address>, <sender
ip>, and <score
assigned by SA>. Is it possible?
Wouldn't it make more sense to do this in procmail? (assuming you use
procmail).
Thanks, Kai
but doesn't it mean that I'll have to parse mail once again in order to get
score assigned by spamassassin and helo/IP address from the headers?
I thought it would be somewhat easier to develop spamassassin plugin.
-jv