Re: how can i run python script in spamassassin

2019-10-03 Thread Skip Montanaro
Check out SpamBayes. It runs on Linux and is written in Python. Like Spamassasin, it has no plugin architecture, but perhaps you'll discover you don't need it, or can more easily tweak SpamBayes to call your external script. Skip On Thu, Oct 3, 2019, 2:15 PM Doris Marca Guaraca wrote: > > Hell

Re: how can i run python script in spamassassin

2019-10-03 Thread Michael Torrie
On 10/3/19 1:10 PM, Doris Marca Guaraca wrote: > > Hello, I'm sorry to bother you, I just reviewed this post, the Python > beginner, the Linux beginner, needs to run spamassassin, and now I'm trying > to do something very similar with a Python script is for a project, maybe you > can help me th