|
From: <jgr...@us...> - 2003-03-03 23:14:46
|
Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv22945/Proxy
Modified Files:
POP3.pm
Log Message:
Got to the point where the absolute basics are working; i.e. if you have a POPFile setup already then you can download and get your mail classified; don't expect statistics, history or reclassification to behave yet, but we are getting closer; also MailParse and Bayes are still messing around inside each others private variables
Index: POP3.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** POP3.pm 3 Mar 2003 22:01:35 -0000 1.42
--- POP3.pm 3 Mar 2003 23:14:43 -0000 1.43
***************
*** 56,68 ****
$self->config_( 'port', 110 );
- # Subject modification (global setting is on)
- $self->config_( 'subject', 1 );
-
- # Adding the X-Text-Classification on
- $self->config_( 'xtc', 1 );
-
- # Adding the X-POPFile-Link is no
- $self->config_( 'xpl', 1 );
-
# There is no default setting for the secure server
$self->config_( 'server', '' );
--- 56,59 ----
|