--- jonen/ruby/CVSspam/cvsspam.rb 2003/01/18 23:45:56 1.1 +++ jonen/ruby/CVSspam/cvsspam.rb 2003/01/18 23:50:37 1.2 @@ -751,7 +751,7 @@ all_files = all_files + " " + file end end -mailSubject = "#{$subjectPrefix} file #{$mailSubject}" +mailSubject = "#{$subjectPrefix} all_files #{$mailSubject}" if mailSubject.length > $maxSubjectLength mailSubject = mailSubject[0, $maxSubjectLength] end