Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv27453/tests
Modified Files:
TestBayes.tst TestMailParse.tst TestMailParse001.cam
TestMailParse001.msg TestMailParse002.cam TestMailParse003.cam
TestMailParse004.cam TestMailParse005.cam TestMailParse006.cam
TestMailParse007.cam TestMailParse008.cam TestMailParse009.cam
TestMailParse010.cam TestMailParse011.cam TestMailParse012.cam
TestMailParse013.cam TestMailParse014.cam TestMailParse015.cam
TestMailParse016.cam TestMailParse017.cam TestMailParse018.cam
TestMailParse019.cam TestMailParse020.cam TestMailParse021.cam
Log Message:
Update suite to fix errors
Index: TestBayes.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TestBayes.tst 18 Jun 2003 20:34:55 -0000 1.10
--- TestBayes.tst 11 Jul 2003 21:53:30 -0000 1.11
***************
*** 72,76 ****
}
! test_assert_equal( $b->classify_file( $class_test ), $class, $class_test );
}
--- 72,76 ----
}
! test_assert_equal( $b->classify( $class_test ), $class, $class_test );
}
Index: TestMailParse.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse.tst,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TestMailParse.tst 9 Jul 2003 18:18:25 -0000 1.8
--- TestMailParse.tst 11 Jul 2003 21:53:30 -0000 1.9
***************
*** 129,145 ****
# Check that from, to and subject get set correctly when parsing a message
! $cl->parse_stream( 'tests/TestMailParse013.msg' );
test_assert_equal( $cl->{from__}, 'RN <rr...@nn...>' );
test_assert_equal( $cl->{to__}, '"Armlet Forum" <arm...@ne...>' );
test_assert_equal( $cl->{subject__}, '(Archive Copy) RE: CW v9 and armlets...' );
! $cl->parse_stream( 'tests/TestMailParse018.msg' );
$cl->{to__} =~ /(\Qbugtracker\E@\Qrelativity.com\E)/;
test_assert_equal( $1, 'bug...@re...' );
! $cl->parse_stream( 'tests/TestMailParse019.msg' );
$cl->{to__} =~ /(\Qbugtracker\E@\Qrelativity.com\E)/;
test_assert_equal( $1, 'bug...@re...' );
# Check that multi-line To: and CC: headers get handled properly
! $cl->parse_stream( 'tests/TestMailParse021.msg' );
$cl->{to__} =~ s/[\r\n]//g;
test_assert_equal( $cl->{to__}, 'ds...@ct..., ds...@do..., ds...@di..., ds...@di..., ds...@cr..., <ds...@cy...>, <ds...@do...>, <ds...@db...>, <ds...@cs...> , <ds...@cr...>, <ds...@dr...>, <ds...@cv...>, <ds...@dm...>, <ds...@da...>, <ds...@da...>' );
--- 129,145 ----
# Check that from, to and subject get set correctly when parsing a message
! $cl->parse_file( 'tests/TestMailParse013.msg' );
test_assert_equal( $cl->{from__}, 'RN <rr...@nn...>' );
test_assert_equal( $cl->{to__}, '"Armlet Forum" <arm...@ne...>' );
test_assert_equal( $cl->{subject__}, '(Archive Copy) RE: CW v9 and armlets...' );
! $cl->parse_file( 'tests/TestMailParse018.msg' );
$cl->{to__} =~ /(\Qbugtracker\E@\Qrelativity.com\E)/;
test_assert_equal( $1, 'bug...@re...' );
! $cl->parse_file( 'tests/TestMailParse019.msg' );
$cl->{to__} =~ /(\Qbugtracker\E@\Qrelativity.com\E)/;
test_assert_equal( $1, 'bug...@re...' );
# Check that multi-line To: and CC: headers get handled properly
! $cl->parse_file( 'tests/TestMailParse021.msg' );
$cl->{to__} =~ s/[\r\n]//g;
test_assert_equal( $cl->{to__}, 'ds...@ct..., ds...@do..., ds...@di..., ds...@di..., ds...@cr..., <ds...@cy...>, <ds...@do...>, <ds...@db...>, <ds...@cs...> , <ds...@cr...>, <ds...@dr...>, <ds...@cv...>, <ds...@dm...>, <ds...@da...>, <ds...@da...>' );
Index: TestMailParse001.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse001.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse001.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse001.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 2,7 ****
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
Testing S P A C E D out words spaced out in a document.
! .
--- 2,7 ----
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
Testing S P A C E D out words spaced out in a document.
!
Index: TestMailParse001.msg
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse001.msg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestMailParse001.msg 20 Feb 2003 21:30:35 -0000 1.2
--- TestMailParse001.msg 11 Jul 2003 21:53:30 -0000 1.3
***************
*** 2,4 ****
Testing S P A C E D out words spaced out in a document.
! .
--- 2,4 ----
Testing S P A C E D out words spaced out in a document.
!
Index: TestMailParse002.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse002.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse002.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse002.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 2,6 ****
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
who wants to be a millionaire milli<!---->onaire mi<!-- testing -->llionaire millionair<!-- -->e
--- 2,6 ----
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
who wants to be a millionaire milli<!---->onaire mi<!-- testing -->llionaire millionair<!-- -->e
Index: TestMailParse003.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse003.cam,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestMailParse003.cam 26 Jun 2003 14:09:00 -0000 1.5
--- TestMailParse003.cam 11 Jul 2003 21:53:30 -0000 1.6
***************
*** 15,19 ****
X-OriginalArrivalTime: 13 Jan 2003 00:49:31.0608 (UTC) FILETIME=[A257A580:01C2BA9D]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
--=gs6mlah1knva3tk5nbs4422k3570q7m3k==
--- 15,19 ----
X-OriginalArrivalTime: 13 Jan 2003 00:49:31.0608 (UTC) FILETIME=[A257A580:01C2BA9D]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
--=gs6mlah1knva3tk5nbs4422k3570q7m3k==
Index: TestMailParse004.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse004.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse004.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse004.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 10,14 ****
X-UIDL: B<E!!^8S!!0'="!J;6"!
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
------=_NextPart_000_60BF_00005753.000048CC
--- 10,14 ----
X-UIDL: B<E!!^8S!!0'="!J;6"!
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
------=_NextPart_000_60BF_00005753.000048CC
Index: TestMailParse005.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse005.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse005.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse005.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 6,10 ****
X-UIDL: ll'"!$DC!!7ld"!85K!!
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
Below is the result of your feedback form. It was submitted by
--- 6,10 ----
X-UIDL: ll'"!$DC!!7ld"!85K!!
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
Below is the result of your feedback form. It was submitted by
Index: TestMailParse006.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse006.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse006.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse006.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 2,6 ****
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
We're so sure about the quality and effectiveness of our p.roducts, we
--- 2,6 ----
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
We're so sure about the quality and effectiveness of our p.roducts, we
Index: TestMailParse007.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse007.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse007.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse007.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 11,15 ****
Subject: [spam] Think you've seen porn? How about a dog giving 5+ girls oral sex till they cum?
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
So you think you've seen some crazy porn?
--- 11,15 ----
Subject: [spam] Think you've seen porn? How about a dog giving 5+ girls oral sex till they cum?
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
So you think you've seen some crazy porn?
Index: TestMailParse008.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse008.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse008.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse008.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 14,18 ****
Message-Id: <20030112013444.RTJR4607.priv-edtnes27.telusplanet.net@N1N>
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
<HTML><HEAD><TITLE></TITLE>
--- 14,18 ----
Message-Id: <20030112013444.RTJR4607.priv-edtnes27.telusplanet.net@N1N>
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
<HTML><HEAD><TITLE></TITLE>
Index: TestMailParse009.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse009.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse009.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse009.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 16,20 ****
Message-ID: <avj...@FQ...>
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
<font color=white>*-*-**-*-*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*
--- 16,20 ----
Message-ID: <avj...@FQ...>
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
<font color=white>*-*-**-*-*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*
Index: TestMailParse010.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse010.cam,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TestMailParse010.cam 26 Jun 2003 14:19:41 -0000 1.6
--- TestMailParse010.cam 11 Jul 2003 21:53:30 -0000 1.7
***************
*** 17,21 ****
Content-Transfer-Encoding: base64
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
Q29uZ3JhdHVsYXRpb25zIQ0KDQpZb3UgaGF2ZSBiZWVuIHNlbGVjdGVkIHRvIHJlY2lldmUgbWVt
--- 17,21 ----
Content-Transfer-Encoding: base64
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
Q29uZ3JhdHVsYXRpb25zIQ0KDQpZb3UgaGF2ZSBiZWVuIHNlbGVjdGVkIHRvIHJlY2lldmUgbWVt
Index: TestMailParse011.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse011.cam,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestMailParse011.cam 26 Jun 2003 14:09:00 -0000 1.5
--- TestMailParse011.cam 11 Jul 2003 21:53:30 -0000 1.6
***************
*** 17,21 ****
X-OriginalArrivalTime: 18 Jan 2003 06:26:40.0656 (UTC) FILETIME=[8FDC2900:01BAAAABA]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
I think you answered my ad longtime ago if it was not you I am sorry.
--- 17,21 ----
X-OriginalArrivalTime: 18 Jan 2003 06:26:40.0656 (UTC) FILETIME=[8FDC2900:01BAAAABA]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
I think you answered my ad longtime ago if it was not you I am sorry.
Index: TestMailParse012.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse012.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse012.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse012.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 16,20 ****
X-POPFile-Link: <http://127.0.0.1:9090/jump_to_message?view=popfile2146=1.msg>
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
<html>
--- 16,20 ----
X-POPFile-Link: <http://127.0.0.1:9090/jump_to_message?view=popfile2146=1.msg>
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
<html>
Index: TestMailParse013.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse013.cam,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TestMailParse013.cam 26 Jun 2003 14:09:00 -0000 1.5
--- TestMailParse013.cam 11 Jul 2003 21:53:30 -0000 1.6
***************
*** 20,24 ****
X-MBF-FILE: MDaemon Gateway to RFC822 (RFC822.MBF v1.0)
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
On Sun, 5 Jan 2003 22:46:10 -0800,
--- 20,24 ----
X-MBF-FILE: MDaemon Gateway to RFC822 (RFC822.MBF v1.0)
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
On Sun, 5 Jan 2003 22:46:10 -0800,
Index: TestMailParse014.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse014.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse014.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse014.cam 11 Jul 2003 21:53:30 -0000 1.5
***************
*** 10,14 ****
X-OriginalArrivalTime: 26 Nov 2002 04:51:23.0664 (UTC) FILETIME=[785FA900:01C29507]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
<BODY BGCOLOR="WHITE">
--- 10,14 ----
X-OriginalArrivalTime: 26 Nov 2002 04:51:23.0664 (UTC) FILETIME=[785FA900:01C29507]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
<BODY BGCOLOR="WHITE">
Index: TestMailParse015.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse015.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse015.cam 16 Apr 2003 01:26:45 -0000 1.4
--- TestMailParse015.cam 11 Jul 2003 21:53:31 -0000 1.5
***************
*** 16,20 ****
X-UIDL: &Tb"!2d_!!]9M!!OK]!!
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
------=_NextPart_000_00C3_68A82A2C.D7041A60
--- 16,20 ----
X-UIDL: &Tb"!2d_!!]9M!!OK]!!
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
------=_NextPart_000_00C3_68A82A2C.D7041A60
Index: TestMailParse016.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse016.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse016.cam 16 Apr 2003 01:26:46 -0000 1.4
--- TestMailParse016.cam 11 Jul 2003 21:53:31 -0000 1.5
***************
*** 2,6 ****
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
--- 2,6 ----
Subject: [spam]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
Index: TestMailParse017.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse017.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse017.cam 16 Apr 2003 01:26:46 -0000 1.4
--- TestMailParse017.cam 11 Jul 2003 21:53:31 -0000 1.5
***************
*** 19,23 ****
X-OriginalArrivalTime: 25 Jan 2003 07:51:07.0369 (UTC)
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
------=_NextPart_000_33CD_00000E99.00006014
--- 19,23 ----
X-OriginalArrivalTime: 25 Jan 2003 07:51:07.0369 (UTC)
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
------=_NextPart_000_33CD_00000E99.00006014
Index: TestMailParse018.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse018.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse018.cam 16 Apr 2003 01:26:46 -0000 1.4
--- TestMailParse018.cam 11 Jul 2003 21:53:31 -0000 1.5
***************
*** 20,24 ****
X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile1043193600_48.msg
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
--isboundary
--- 20,24 ----
X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile1043193600_48.msg
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
--isboundary
Index: TestMailParse019.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse019.cam,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestMailParse019.cam 28 Feb 2003 01:57:23 -0000 1.2
--- TestMailParse019.cam 11 Jul 2003 21:53:31 -0000 1.3
***************
*** 22,26 ****
X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile523=1.msg>
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
--isboundary
--- 22,26 ----
X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile523=1.msg>
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
--isboundary
Index: TestMailParse020.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse020.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse020.cam 16 Apr 2003 01:26:46 -0000 1.4
--- TestMailParse020.cam 11 Jul 2003 21:53:31 -0000 1.5
***************
*** 25,29 ****
X-Sender: 320...@t-...
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
--=.P.GDOi)uP6IbU+
--- 25,29 ----
X-Sender: 320...@t-...
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
--=.P.GDOi)uP6IbU+
Index: TestMailParse021.cam
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestMailParse021.cam,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestMailParse021.cam 16 Apr 2003 01:26:46 -0000 1.4
--- TestMailParse021.cam 11 Jul 2003 21:53:31 -0000 1.5
***************
*** 28,32 ****
X-OriginalArrivalTime: 13 Feb 2003 02:51:23.0500 (UTC) FILETIME=[CB6012C0:01C2D30A]
X-Text-Classification: spam
! X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg>
<html><body><font face=Tahoma size=2 color=#FFFFFF><table border=0 width=489 height=41 bgcolor=#FFFFFF><tr><td width=100% height=35 bgcolor=#000000 align=center><font face=Impact size=3 color=#00FFFF>Take Control of Your Computer With This Top-of-the-Line Software!</font></td></tr></table><table border=5 cellspacing=3 width=489 cellpadding=3 bgcolor=#000080 bordercolor=#FFFFFF style="border-collapse: collapse" bordercolordark=#000000 height=567 bordercolorlight=#CCCCFF><tr><td width=467 height=555 bordercolorlight=#FFFFFF bordercolordark=#FFFF99><table border=6 width=100% height=86 bgcolor=#000000 bordercolor=#FFFFFF><tr><td width=100% height=80 align=center><b><font face=Tahoma size=6 color=#FFFFFF>
--- 28,32 ----
X-OriginalArrivalTime: 13 Feb 2003 02:51:23.0500 (UTC) FILETIME=[CB6012C0:01C2D30A]
X-Text-Classification: spam
! X-POPFile-Link: http://127.0.0.1:8080/jump_to_message?view=popfile0=0.msg
<html><body><font face=Tahoma size=2 color=#FFFFFF><table border=0 width=489 height=41 bgcolor=#FFFFFF><tr><td width=100% height=35 bgcolor=#000000 align=center><font face=Impact size=3 color=#00FFFF>Take Control of Your Computer With This Top-of-the-Line Software!</font></td></tr></table><table border=5 cellspacing=3 width=489 cellpadding=3 bgcolor=#000080 bordercolor=#FFFFFF style="border-collapse: collapse" bordercolordark=#000000 height=567 bordercolorlight=#CCCCFF><tr><td width=467 height=555 bordercolorlight=#FFFFFF bordercolordark=#FFFF99><table border=6 width=100% height=86 bgcolor=#000000 bordercolor=#FFFFFF><tr><td width=100% height=80 align=center><b><font face=Tahoma size=6 color=#FFFFFF>
|