Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
releasenotes:0.17.7 [2007/01/18 10:04] texasfettreleasenotes:0.17.7 [2008/02/08 19:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== 0.17.7 (December 3, 2002) ====== ====== 0.17.7 (December 3, 2002) ======
 +<code>
 + Folks,
    
-<code>Folks,</code>+ Here's what's in v0.17.7...
    
-<code>Here"s what"in v0.17.7...</code>+  1. POPFile checks once per day with a special web page running on UseTheSource 
 +     (www.usethesource.com) whether a newer version is available and tells the  
 +     user via a GIF displayed in the UI that the user can click on to jump to the 
 +     SourceForge download page to get the latest POPFile. (Request by me and  
 +     someone who's handle I have forgotten) 
 +     
 +  2. The Windows version installs a shortcut to the Shutdown link so that it can 
 +     be shutdown from the Start Menu without going to the UI. (Requested by 
 +     dcbrown7) 
 +     
 +  3. A new header is inserted called X-POPFile-Link: that contains a URL to jump 
 +     to the message within the UI without having to search for it. (Requested by 
 +     mxshepard) 
 +    
 +  4. The History is searchable by the Subject line of each email(Requested by 
 +     chillucs) 
 +      
 +  5The probability below which POPFile considers an email to be unclassified can 
 +     now be configured using the -unclassified_probability command line optionThe 
 +     default (0.5) remains the same(Requested by mxshephard)
    
-<code> 1POPFile checks once per day with a special web page running on UseTheSource +  6Extend the quoted printable decoding to handle all characters not the limited 
-    (www.usethesource.comwhether a newer version is available and tells the  +     set we were handling. (Requested by stmatth) 
-    user via a GIF displayed in the UI that the user can click on to jump to the +      
-    SourceForge download page to get the latest POPFile. (Request by me and  +  7Logging to file is on by default to help debug people's startup problem,  
-    someone who"s handle I have forgotten)+     which is especially important since most people are running POPFile in the  
 +     background with no console(Requested by zonk3r) 
 +      
 +  8. It is possible to specify the corpus directory with the -corpus command line 
 +     option.  The default remains the same as before. (Requested by lex_luthor) 
 +      
 +  9. Message expiry in the history is configurable using the -history_days command 
 +     line option and through the GUI under the Configuration tab. (Requested by 
 +     someone who gave their name as nobody) 
 +      
 + 10. The last POP3 username that has passed through the proxy is displayed at the 
 +     bottom of each page in the footer. (Requested by msc_buff)
        
- 2The Windows version installs a shortcut to the Shutdown link so that it can + 11All pages refresh every ten minutes so that if you leave the UI up it will 
-    be shutdown from the Start Menu without going to the UI. (Requested by +     automatically update. (Suggested by i32123
-    dcbrown7) +      
-    + 12Fixed a bug where bucket deleting wasn't working. (Reported by bobhilt)
- 3. A new header is inserted called X-POPFile-Link: that contains a URL to jump +
-    to the message within the UI without having to search for it. (Requested by +
-    mxshepard) +
-   +
- 4. The History is searchable by the Subject line of each email. (Requested by +
-    chillucs+
-     +
- 5The probability below which POPFile considers an email to be unclassified can +
-    now be configured using the -unclassified_probability command line option. The +
-    default (0.5) remains the same. (Requested by mxshephard)</code>+
    
-<code> 6Extend the quoted printable decoding to handle all characters not the limited + 13Fixed a bug where if you didn't specify the POP3 username correctly it was  
-    set we were handling. (Requested by stmatth+     possible to make POPFile terminate without any helpful error message.  
-     +     (Reported by nobody) 
- 7Logging to file is on by default to help debug people"s startup problem,  +      
-    which is especially important since most people are running POPFile in the  + 14. There was a coloring problem in the history page where words followed by 
-    background with no console. (Requested by zonk3r+     punctuation characters were not being colored (Reported by biljir
-     +      
- 8It is possible to specify the corpus directory with the -corpus command line + 15Fixed many Perl warnings.  (Reported by many people including biljir, mhrmnhrm
-    option.  The default remains the same as before. (Requested by lex_luthor+     aeprime and nobody) 
-     +      
- 9Message expiry in the history is configurable using the -history_days command + 16. Fixed a small bug where it was possible to create a bucket with no name if 
-    line option and through the GUI under the Configuration tab. (Requested by +     you hit the Create button with nothing in the name field. (Reported by nobody
-    someone who gave their name as nobody+      
-     + 17Fixed a bug where a magnet would not be applied correctly if we found more 
-10The last POP3 username that has passed through the proxy is displayed at the +     than one From: header inside a mail message because of a bug in the From: parsing 
-    bottom of each page in the footer. (Requested by msc_buff+     for magnets. (Reported by dyoungmcwicom
-   +      
-11All pages refresh every ten minutes so that if you leave the UI up it will + 18Fixed a bug in the POPFile web server that caused GIF serving to not work.  
-    automatically update. (Suggested by i32123) +     (Reported by mayfoev
-     +      
-12Fixed a bug where bucket deleting wasn"working. (Reported by bobhilt)</code>+ 19Fixed a bug in highlighting the message that has been reclassified in the History 
 +     page where the wrong color was used. (Reported by brad_morgan
 +      
 + 20Fixed a bug where a Subject: line was not modified if there was not space after 
 +     the Subject: (Reported by nobody) 
 +      
 + 21. Updated the manual to fix errors surrounding the fact that Outlook can do filtering 
 +     based in X-Text-Classification and added information about MSN SPA support. (With 
 +     partial help from i32123) 
 +      
 + 22Remove the SIGBREAK signal since it doesn'exist. (Reported by danboo)
    
-<code>13Fixed bug where if you didn"t specify the POP3 username correctly it was  + 23Merged patch from pkarlin that gives individual word scores in the colored output 
-    possible to make POPFile terminate without any helpful error message.  +     on the History page. (Thanks pkarlin
-    (Reported by nobody) +      
-     + 24When connecting to POPFile as POP3 we now return the full version number in the 
-14. There was a coloring problem in the history page where words followed by +     +OK response (we were originally just returning the major and minor versions, now 
-    punctuation characters were not being colored (Reported by biljir+     return the build as well).  (Patch by danboo
-     +      
-15Fixed many Perl warnings.  (Reported by many people including biljir, mhrmnhrm, + 25. Recognize . in email names before the @ sign.
-    aeprime and nobody) +
-     +
-16. Fixed a small bug where it was possible to create bucket with no name if +
-    you hit the Create button with nothing in the name field. (Reported by nobody) +
-     +
-17. Fixed a bug where a magnet would not be applied correctly if we found more +
-    than one From: header inside a mail message because of a bug in the From: parsing +
-    for magnets. (Reported by dyoungmcwicom) +
-     +
-18. Fixed a bug in the POPFile web server that caused GIF serving to not work.  +
-    (Reported by mayfoev) +
-     +
-19. Fixed a bug in highlighting the message that has been reclassified in the History +
-    page where the wrong color was used. (Reported by brad_morgan) +
-     +
-20Fixed a bug where a Subject: line was not modified if there was not space after +
-    the Subject: (Reported by nobody+
-     +
-21Updated the manual to fix errors surrounding the fact that Outlook can do filtering +
-    based in X-Text-Classification and added information about MSN SPA support. (With +
-    partial help from i32123) +
-     +
-22. Remove the SIGBREAK signal since it doesn"t exist(Reported by danboo)</code>+
    
-<code>23Merged patch from pkarlin that gives individual word scores in the colored output + 26Fixed bug where the < and > placed inside the From: or Subject: lines of an email 
-    on the History page. (Thanks pkarlin+     caused the History page to get messed up.  This occurs in some email that has HTML 
-     +     in the From: and Subject: lines. (Reported by zonk3r
-24. When connecting to POPFile as a POP3 we now return the full version number in the +      
-    +OK response (we were originally just returning the major and minor versions, now + 27. When you hit the Remove Page and Remove All buttons in the history we are now  
-    return the build as well) (Patch by danboo+     sensitive to the fact that you might have received mail since the last UI refresh 
-     +     and don't delete that from the history. (Reported by nobody
-25Recognize in email names before the @ sign.</code>+      
 + 28Implemented a new cache for the History page to reduce the number of times we need 
 +     to read the files from the disk The cache contains the names of all the messages 
 +     on the disk and the from and subject lines.
    
-<code>26. Fixed a bug where the < and > placed inside the From: or Subject: lines of an email + 29. All the Perl scripts have #!/usr/bin/perl at the start for Unix users. (Requested by 
-    caused the History page to get messed up.  This occurs in some email that has HTML +     mjanich
-    in the From: and Subject: lines(Reported by zonk3r) +      
-     + 30Strip HTML comments from all mails, whether marked HTML encoded or not.
-27. When you hit the Remove Page and Remove All buttons in the history we are now  +
-    sensitive to the fact that you might have received mail since the last UI refresh +
-    and don"t delete that from the history. (Reported by nobody+
-     +
-28Implemented a new cache for the History page to reduce the number of times we need +
-    to read the files from the disk.  The cache contains the names of all the messages +
-    on the disk and the from and subject lines.</code>+
    
-<code>29. All the Perl scripts have #!/usr/bin/perl at the start for Unix users. (Requested by + 31. New HTML parsing code to correctly handle HTML tags split across lines and to also 
-    mjanich) +     pull the domain names from img and a tags as words for use by the classifier. (Parts 
-     +     of this were requested by thebashar a while ago).
-30Strip HTML comments from all mails, whether marked HTML encoded or not.</code>+
    
-<code>31New HTML parsing code to correctly handle HTML tags split across lines and to also + 32Implemented To and Subject magnets so that magnets can be created based on the To 
-    pull the domain names from img and a tags as words for use by the classifier. (Parts +     address and the Subject information in addition to the From address.  (Partly requested 
-    of this were requested by thebashar a while ago).</code>+     by fitzsimons) 
 +      
 + 33. Code clean up.  Spent a while going through the POPFile code and updated and corrected 
 +     many comments.  Cleaned up the way that the header and footer are created for each 
 +     HTML page and some other UI clean ups to use less memory and respond more quickly 
 +     and have cleaner code. 
 +      
 + 34. The History page now has a new filtering option that allows the user to filter the 
 +     displayed history by specific bucket so that tracking down errors is easier. (Requested 
 +     by jberkes)
    
-<code>32Implemented To and Subject magnets so that magnets can be created based on the To + 35Merged in two patches containing new POPFile skins. (Submitted by sysadmn)
-    address and the Subject information in addition to the From address.  (Partly requested +
-    by fitzsimons) +
-     +
-33. Code clean up.  Spent a while going through the POPFile code and updated and corrected +
-    many comments.  Cleaned up the way that the header and footer are created for each +
-    HTML page and some other UI clean ups to use less memory and respond more quickly +
-    and have cleaner code. +
-     +
-34. The History page now has a new filtering option that allows the user to filter the +
-    displayed history by specific bucket so that tracking down errors is easier. (Requested +
-    by jberkes)</code>+
    
-<code>35Merged in two patches containing new POPFile skins(Submitted by sysadmn)</code>+ Upgrading...
    
-<code>Upgrading...</code>+ Just install POPFile on top of the currently installed version.
    
-<code>Just install POPFile on top of the currently installed version.</code> + Keep the ideas and bug reports coming. 
-  +      
-<code>Keep the ideas and bug reports coming. + John. 
-     +</code>
-John.</code> +
 
releasenotes/0.17.7.txt · Last modified: 2008/02/08 19:49 by 127.0.0.1
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License