custom post-processing. Howto?

2009-01-10 Thread JVlad
Hi, 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 , , and assigned by SA>. Is it possible?

Re: custom post-processing. Howto?

2009-01-08 Thread JVlad
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 "

Re: custom post-processing. Howto?

2009-01-08 Thread JVlad
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 " Thanks, but is there a wa

custom post-processing. Howto?

2009-01-08 Thread JVlad
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 , , and . Is it possible? Wouldn't it make more sense to do this in procmail? (assuming you use procmail). Thanks, K

Re: custom post-processing. Howto?

2009-01-08 Thread JVlad
Hi, 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 , , and . Is it possible? Many mail packages have built in SA support. What are you using? (apologies if this ha

custom post-processing. Howto?

2009-01-08 Thread JVlad
Hi, 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 , , and assigned by SA>. Is it possible?