|
From: <jgr...@us...> - 2003-05-30 19:39:21
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv16802 Modified Files: popfile.pl Log Message: Comment and copyright updates Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.209 retrieving revision 1.210 diff -C2 -d -r1.209 -r1.210 *** popfile.pl 5 May 2003 17:50:09 -0000 1.209 --- popfile.pl 30 May 2003 19:39:17 -0000 1.210 *************** *** 2,10 **** # --------------------------------------------------------------------------------------------- # ! # popfile.pl --- POP3 mail analyzer and sorter # ! # Acts as a POP3 server and client designed to sit between a real mail client and a real mail ! # server using POP3. Inserts an extra header X-Text-Classification: into the mail header to ! # tell the client whether the mail is spam or not based on a text classification algorithm # # Copyright (c) 2001-2003 John Graham-Cumming --- 2,10 ---- # --------------------------------------------------------------------------------------------- # ! # popfile.pl --- Message analyzer and sorter # ! # Acts as a server and client designed to sit between a real mail/news client and a real mail ! # news server using POP3. Inserts an extra header X-Text-Classification: into the header to ! # tell the client which category the message belongs in. # # Copyright (c) 2001-2003 John Graham-Cumming |