[Spambayes-checkins] spambayes/spambayes ProxyUI.py,1.16,1.17
Tony Meyer
anadelonbrin at users.sourceforge.net
Mon Aug 25 17:57:25 EDT 2003
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv31431/spambayes
Modified Files:
ProxyUI.py
Log Message:
Seems I missed committing this file yesterday. Apologies.
Correct the options that are displayed in the pop3proxy ui.
Index: ProxyUI.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/ProxyUI.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ProxyUI.py 19 Aug 2003 08:52:04 -0000 1.16
--- ProxyUI.py 25 Aug 2003 23:57:23 -0000 1.17
***************
*** 85,88 ****
--- 85,89 ----
('pop3proxy', 'cache_messages'),
('pop3proxy', 'no_cache_bulk_ham'),
+ ('pop3proxy', 'no_cache_large_messages'),
('html_ui', 'display_to'),
('html_ui', 'allow_remote_connections'),
***************
*** 93,98 ****
('Headers', 'include_thermostat'),
('Headers', 'include_evidence'),
- ('pop3proxy', 'add_mailid_to'),
- ('pop3proxy', 'strip_incoming_mailids'),
('SMTP Proxy Options', None),
('smtpproxy', 'remote_servers'),
--- 94,97 ----
***************
*** 108,112 ****
('Classifier', 'experimental_ham_spam_imbalance_adjustment'),
)
-
class ProxyUserInterface(UserInterface.UserInterface):
--- 107,110 ----
More information about the Spambayes-checkins
mailing list