aboutsummaryrefslogtreecommitdiff
path: root/mail/spamassassin/files/patch-bug7404
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamassassin/files/patch-bug7404')
-rw-r--r--mail/spamassassin/files/patch-bug740423
1 files changed, 0 insertions, 23 deletions
diff --git a/mail/spamassassin/files/patch-bug7404 b/mail/spamassassin/files/patch-bug7404
deleted file mode 100644
index b370d6e0b80f..000000000000
--- a/mail/spamassassin/files/patch-bug7404
+++ /dev/null
@@ -1,23 +0,0 @@
---- lib/Mail/SpamAssassin/PerMsgStatus.pm
-+++ lib/Mail/SpamAssassin/PerMsgStatus.pm
-@@ -916,16 +916,16 @@
- $str .= shift @{$ary};
- }
- undef $ary;
-- chomp ($str); $str .= " [...]\n";
-
- # in case the last line was huge, trim it back to around 200 chars
- local $1;
-- $str =~ s/^(.{,200}).*$/$1/gs;
-+ $str =~ s/^(.{200}).+$/$1 [...]/gm;
-+ chomp ($str); $str .= "\n";
-
- # now, some tidy-ups that make things look a bit prettier
-- $str =~ s/-----Original Message-----.*$//gs;
-+ $str =~ s/-----Original Message-----.*$//gm;
- $str =~ s/This is a multi-part message in MIME format\.//gs;
-- $str =~ s/[-_\*\.]{10,}//gs;
-+ $str =~ s/[-_*.]{10,}//gs;
- $str =~ s/\s+/ /gs;
-
- # add "Content preview:" ourselves, so that the text aligns