Re: pyzor timeout

2006-10-03 Thread Daryl C. W. O'Shea

Fletcher Mattox wrote:

Hi,

How does one decrease the default Pyzor timeout of five seconds?
(without editing the source code :) )



The Pyzor SpamAssassin plugin documentation seems to mention a 
pyzor_timeout option.


Daryl


RE: pyzor timeout

2006-10-03 Thread Gary V

Hi,

How does one decrease the default Pyzor timeout of five seconds?
(without editing the source code :) )

Thanks
Fletcher


You might also get better response from the server at 82.94.255.100:24441

If you would like to try, edit your /path/to/.pyzor/servers file and replace 
the existing server (66.250.40.33:24441)  with this.


Check with 'pyzor ping'

Gary V

_
Share your special moments by uploading 500 photos per month to Windows Live 
Spaces  
http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http://www.get.live.com/spaces/features




RE: pyzor timeout

2006-10-03 Thread Gary V

Hi,

How does one decrease the default Pyzor timeout of five seconds?
(without editing the source code :) )

Thanks
Fletcher


You might also get better response from the server at 82.94.255.100:24441

If you would like to try, edit your /path/to/.pyzor/servers file and 
replace the existing server (66.250.40.33:24441)  with this.


Check with 'pyzor ping'



I just did this to one of my servers:
http://www200.pair.com/mecham/spam/pyzortest.txt

Gary V

_
Get today's hot entertainment gossip  http://movies.msn.com/movies/hotgossip



Re: pyzor timeout

2006-10-03 Thread Benny Pedersen

On Tue, October 3, 2006 20:55, Fletcher Mattox wrote:
 How does one decrease the default Pyzor timeout of five seconds?
 (without editing the source code :) )

perldoc Mail::SpamAssassin::Plugin::Pyzor

-- 
This message was sent using 100% recycled spam mails.



Re: pyzor timeout

2006-10-03 Thread Matt Kettler
Fletcher Mattox wrote:
 Hi,

 How does one decrease the default Pyzor timeout of five seconds?
 (without editing the source code :) )
   

Read the docs for the pyzor plugin:

http://spamassassin.apache.org/full/3.1.x/dist/doc/Mail_SpamAssassin_Plugin_Pyzor.html

As Stuart already pointed out it is:
pyzor_timeout   1

But in general, you'll find the options for a plugin in the plugin's
docs, not the main Conf docs.