[Spambayes-checkins] spambayes unheader.py,1.8,1.8.4.1

Anthony Baxter anthonybaxter at users.sourceforge.net
Fri Jan 10 01:30:44 EST 2003


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

Modified Files:
      Tag: reorg-branch
	unheader.py 
Log Message:
docstring.


Index: unheader.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/unheader.py,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -C2 -d -r1.8 -r1.8.4.1
*** unheader.py	27 Oct 2002 22:10:28 -0000	1.8
--- unheader.py	10 Jan 2003 09:30:42 -0000	1.8.4.1
***************
*** 1,3 ****
--- 1,11 ----
  #!/usr/bin/env python
+ """
+     unheader.py: cleans headers from email messages. By default, this 
+     removes SpamAssassin headers, specify a pattern with -p to supply
+     new headers to remove.
+ 
+     This is often needed because existing spamassassin headers can 
+     provide killer spam clues, for all the wrong reasons.
+ """
  
  import re





More information about the Spambayes-checkins mailing list