lib/newsgroups.rb in flnews_post_proc-1.53 vs lib/newsgroups.rb in flnews_post_proc-1.54
- old
+ new
@@ -107,9 +107,10 @@
rg = Regexp.new(g)
sm = group.match(rg)
debug('signature for group(s) ' << g << ': ' << s) if sm
if sm
@signature = correct_linebreaks(s)
+ @signature.gsub!("\n ", "\n")
end # if sm
end # if no signature
end # gsigs.each
end # gsigs for group?
else # gsigs and is hash?