File: patch.mailheader

package info (click to toggle)
sympa 2.6.1-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,940 kB
  • ctags: 1,069
  • sloc: perl: 8,446; makefile: 237; sh: 191; ansic: 172; lisp: 32
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- Header.pm.orig
+++ Header.pm
@@ -119,7 +119,7 @@
    $_[0] =~ s/\s+\n/\n/sog;
   }
 
- $_[0] =~ s/\A(\S+)\n\s*/$1 /so; 
+ $_[0] =~ s/\A(\S+)\n\s*(?=\S)/$1 /so; 
 }