[Spambayes-checkins] spambayes imapfilter.py,1.25,1.26

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Apr 18 19:45:23 EDT 2003


Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv32621

Modified Files:
	imapfilter.py 
Log Message:
Improve documentation for imap options.

Index: imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/imapfilter.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** imapfilter.py	19 Apr 2003 00:11:33 -0000	1.25
--- imapfilter.py	19 Apr 2003 01:45:20 -0000	1.26
***************
*** 71,74 ****
--- 71,78 ----
      o The flags should be copied along with the message (especially
        the /Seen flag, but all of them, really).
+     o Should the imap options server and port be combined?  i.e. instead
+       of having server=imap.example.com and port=143, have
+       server=imap.example.com:143?  This would be more consistent with
+       pop3proxy and would get rid of one option at no real cost.
      o Suggestions?
  """
***************
*** 413,417 ****
  
      if not (doClassify or doTrain or launchUI):
!         print "-b, -c, or -t operands must be specified"
          sys.exit()
  
--- 417,422 ----
  
      if not (doClassify or doTrain or launchUI):
!         print "-b, -c, or -t operands must be specified."
!         print "Please use the -h operand for help."
          sys.exit()
  





More information about the Spambayes-checkins mailing list