chiark / gitweb /
unfolding: do not introduce additional lwsp
[modbot-urcm.git] / stump / bin / submission.pl
index 27718d657d9bc211c3aa8c5c3dbce54abbe9e85b..d19c3ba9eaa08d6f64a8d94964b3d759889dd2ca 100755 (executable)
@@ -350,7 +350,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/;