From: <jgr...@us...> - 2003-05-14 09:12:45
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1:/tmp/cvs-serv17805/Proxy Modified Files: POP3.pm Log Message: Implemented magnet paging Index: POP3.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** POP3.pm 7 May 2003 22:21:01 -0000 1.54 --- POP3.pm 14 May 2003 09:12:12 -0000 1.55 *************** *** 269,282 **** if ( $self->config_( 'toptoo' ) ) { if ( $self->echo_response_($mail, $client, "RETR $1" ) ) { ! # Classify without echoing to client, without saving # and without over-writing any files ($mcount overriden to 0) ! my $class = $self->{classifier__}->classify_and_modify( $mail, undef, $download_count, 0, 1, '', 0 ); ! if ( $self->echo_response_($mail, $client, $command ) ) { ! # Classify with pre-defined class, without saving, echoing to client ! $self->{classifier__}->classify_and_modify( $mail, $client, $download_count, 0, 1, $class, 1 ); --- 269,282 ---- if ( $self->config_( 'toptoo' ) ) { if ( $self->echo_response_($mail, $client, "RETR $1" ) ) { ! # Classify without echoing to client, without saving # and without over-writing any files ($mcount overriden to 0) ! my $class = $self->{classifier__}->classify_and_modify( $mail, undef, $download_count, 0, 1, '', 0 ); ! if ( $self->echo_response_($mail, $client, $command ) ) { ! # Classify with pre-defined class, without saving, echoing to client ! $self->{classifier__}->classify_and_modify( $mail, $client, $download_count, 0, 1, $class, 1 ); |