- Remove two patches that are merged to upstream

Reported by:	erwin
This commit is contained in:
Rong-En Fan 2006-10-09 08:44:37 +00:00
parent e303449bcc
commit 38038d34de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175057
2 changed files with 0 additions and 22 deletions

View File

@ -1,11 +0,0 @@
--- lib/Mail/SpamAssassin/ArchiveIterator.pm.orig Tue Aug 29 23:16:47 2006
+++ lib/Mail/SpamAssassin/ArchiveIterator.pm Fri Sep 29 10:49:46 2006
@@ -1141,7 +1141,7 @@
}
$self->bump_scan_progress();
- $info->{"$file.$offset"} = Mail::SpamAssassin::Util::receive_date($header);
+ $info->{$offset} = Mail::SpamAssassin::Util::receive_date($header);
# go onto the next message
seek(INPUT, $offset + $size, 0);

View File

@ -1,11 +0,0 @@
--- lib/Mail/SpamAssassin/Constants.pm.orig Tue Aug 29 23:16:47 2006
+++ lib/Mail/SpamAssassin/Constants.pm Fri Sep 29 10:49:46 2006
@@ -265,7 +265,7 @@
# regular expression that matches message separators in The University of
# Washington's MBX mailbox format
-use constant MBX_SEPARATOR => qr/([\s|\d]\d-[a-zA-Z]{3}-\d{4}\s\d{2}:\d{2}:\d{2}.*),(\d+);([\da-f]{12})-(\w{8})/;
+use constant MBX_SEPARATOR => qr/^([\s|\d]\d-[a-zA-Z]{3}-\d{4}\s\d{2}:\d{2}:\d{2}.*),(\d+);([\da-f]{12})-(\w{8})\r?$/;
# $1 = datestamp (str)
# $2 = size of message in bytes (int)
# $3 = message status - binary (hex)