Package: spamassassin
Version: 3.4.1-7
Followup-For: Bug #869408

Note that, as far as I can tell, the fix is trivial: just add the
implicit 0:

--- /usr/share/perl5/Mail/SpamAssassin/PerMsgStatus.pm~ 2017-05-12 
04:45:36.000000000 +0200
+++ /usr/share/perl5/Mail/SpamAssassin/PerMsgStatus.pm  2017-08-23 
12:30:33.941652216 +0200
@@ -920,7 +920,7 @@
 
   # in case the last line was huge, trim it back to around 200 chars
   local $1;
-  $str =~ s/^(.{,200}).*$/$1/gs;
+  $str =~ s/^(.{0,200}).*$/$1/gs;
        
   # now, some tidy-ups that make things look a bit prettier
   $str =~ s/-----Original Message-----.*$//gs;


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr:en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages spamassassin depends on:
ii  adduser                                  3.116
ii  curl                                     7.55.0-1
ii  init-system-helpers                      1.49
ii  libhtml-parser-perl                      3.72-3+b2
ii  libhttp-date-perl                        6.02-1
ii  libmail-dkim-perl                        0.40-1
ii  libnet-dns-perl                          1.10-2
ii  libnetaddr-ip-perl                       4.079+dfsg-1+b2
ii  libsocket6-perl                          0.27-1+b3
ii  libsys-hostname-long-perl                1.5-1
ii  libwww-perl                              6.15-2
ii  lsb-base                                 9.20161125
ii  perl                                     5.26.0-5
ii  perl-modules-5.26 [libarchive-tar-perl]  5.26.0-5
ii  w3m                                      0.5.3-34

Versions of packages spamassassin recommends:
ii  gnupg                             2.1.18-8
ii  libio-socket-inet6-perl           2.72-2
ii  libmail-spf-perl                  2.9.0-4
ii  libperl5.26 [libsys-syslog-perl]  5.26.0-5
ii  sa-compile                        3.4.1-7
ii  spamc                             3.4.1-7

Versions of packages spamassassin suggests:
ii  libdbi-perl                          1.636-1+b3
pn  libencode-detect-perl                <none>
pn  libgeo-ip-perl                       <none>
ii  libio-socket-ssl-perl                2.049-1
pn  libnet-patricia-perl                 <none>
ii  libperl5.26 [libcompress-zlib-perl]  5.26.0-5
pn  pyzor                                <none>
pn  razor                                <none>

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/perl5/Mail/SpamAssassin/PerMsgStatus.pm (from 
spamassassin package)

Reply via email to