# File lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetprober.rb, line 65 def filter_without_english_letters(aBuf) newBuf = aBuf.gsub(/([A-Za-z])+/,' ') return newBuf end