Ticket #10317: tmail.diff
| File tmail.diff, 0.6 kB (added by mikel, 2 years ago) |
|---|
-
actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb
old new 44 44 } 45 45 46 46 alnum = 'a-zA-Z0-9' 47 atomsyms = %q[ _#!$%&`'*+-{|}~^ @/=? ].strip47 atomsyms = %q[ _#!$%&`'*+-{|}~^/=? ].strip 48 48 tokensyms = %q[ _#!$%&`'*+-{|}~^@. ].strip 49 49 50 50 atomchars = alnum + Regexp.quote(atomsyms)