[Spambayes-checkins] spambayes Options.py,1.69,1.70

Richie Hindle richiehindle@users.sourceforge.net
Wed Nov 13 18:14:34 2002


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv15336

Modified Files:
	Options.py 
Log Message:
Added options for pop3proxy.py, so you don't need a huge command line.


Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Options.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** Options.py	12 Nov 2002 06:21:38 -0000	1.69
--- Options.py	13 Nov 2002 18:14:32 -0000	1.70
***************
*** 339,342 ****
--- 339,357 ----
  # database by default.
  persistent_use_database: False
+ 
+ [pop3proxy]
+ # pop3proxy settings - pop3proxy also respects the options in the Hammie
+ # section, with the exception of the extra header details at the moment.
+ # The only mandatory option is pop3proxy_server_name, eg. pop3.my-isp.com,
+ # but that can come from the command line - see "pop3proxy -h".
+ pop3proxy_server_name: ""
+ pop3proxy_server_port: 110
+ pop3proxy_port: 110
+ pop3proxy_cache_use_gzip: True
+ pop3proxy_cache_expiry_days: 7
+ 
+ [html_ui]
+ html_ui_port: 8880
+ html_ui_launch_browser: False
  """
  
***************
*** 408,412 ****
                 'hammie_debug_header_name': string_cracker,
                 },
! 
  }
  
--- 423,435 ----
                 'hammie_debug_header_name': string_cracker,
                 },
!     'pop3proxy': {'pop3proxy_server_name': string_cracker,
!                   'pop3proxy_server_port': int_cracker,
!                   'pop3proxy_port': int_cracker,
!                   'pop3proxy_cache_use_gzip': boolean_cracker,
!                   'pop3proxy_cache_expiry_days': int_cracker,
!                   },
!     'html_ui': {'html_ui_port': int_cracker,
!                 'html_ui_launch_browser': boolean_cracker,
!                 },
  }
  





More information about the Spambayes-checkins mailing list