chiark / gitweb /
unfolding: do not introduce additional lwsp
[modbot-ulm.git] / stump / bin / submission.pl
index 565d2d462c7fb6cf200ccc48c49180229f8d8c81..d6f5a400b1abba9fdbbdd261bb341348b2112328 100755 (executable)
@@ -344,7 +344,7 @@ sub readMessage {
        # But, first, a wrinkle ...
        if (!m/^(?:References):/i) {
          push @unfolded, (m/^[^:]+:/ ? $& : '????')
-           if s/\n(?=.)/ /g;
+           if s/\n(?=.)//g;
          if (length $_ > 505) { #wtf
            $_ = substr($_, 0, 500);
            $_ =~ s/\n?$/\n/;