[OT] Re: return level?

Matej Cepl matej at ceplovi.cz
Sat Feb 22 18:36:46 CET 2003


Matthias Andree wrote:
> What Python library/function are you using to spawn bogofilter?

I have sent the whole script to the list (check archive), but the
relevant part is (correct command is in config['sasave']):

   out,inp=popen2.popen2(config['sasave'])
   inp.write(body)
   inp.close()
   body=out.read()
   out.close()
   body=crnlify(body)

Thanks for interest,

   Matej

-- 
Matej Cepl,
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
The main idea of the pope's asking for forgivness was not to be
afraid of the truth. DO NOT BE AFRAID OF TRUTH! We have to have
faith in the God's governing power to be able not to be afraid.
    -- On NPR The Connection from March 13, 2000





More information about the Bogofilter mailing list