sendmail + spamassassin milter (written by Georg C. F. et al)
everything works great so far, except I need to save the spamassassin
results (score+sender) and do this synchronously, right after the score
is calculated.
How about a perl script that opens a reader on
"<tail --follow=/var/log/maillog --max-unchanged-stats=10"
?
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?