GithubHelp home page GithubHelp logo

Comments (6)

mikel avatar mikel commented on August 15, 2024

Yes, I have an example email of this now, should be fixed soon.

from mail.

mikel avatar mikel commented on August 15, 2024

Actually, can you please send me an example email which causes this crash? You can sanitise the domain names and IP addresses et al first if you wish. You can email it to me at my gmail.com account "raasdnil".

Mikel

from mail.

mikel avatar mikel commented on August 15, 2024

If you could give me a sanitized copy, then I can put it in the spec suite

from mail.

rahul100885 avatar rahul100885 commented on August 15, 2024

Ya sure I will get back to you. I found that bug long back, so I have to reproduce it again.

from mail.

rahul100885 avatar rahul100885 commented on August 15, 2024
For mulitple bounce in single message

mail = Mail.last
.
.
.
.
.

.
.....

mail.bounced?
NoMethodError: undefined method value' for #<Array:0x7f629743b970> from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/part.rb:39:inaction'
from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/part.rb:35:in bounced?' from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/message.rb:1191:inbounced?'
from (irb):9
mail.final_recipient
NoMethodError: undefined method value' for #<Array:0x7f62970ca1d8> from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/part.rb:43:infinal_recipient'
from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/message.rb:1199:in final_recipient' from (irb):10 mail.action NoMethodError: undefined methodvalue' for #Array:0x7f62970c3a40
from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/part.rb:39:in action' from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/message.rb:1195:inaction'
from (irb):11
mail.subject
=> "Undelivered Mail Returned to Sender"

For single bounce in single message

mail = Mail.last
.
.
.
.
.

.
.....

mail.subject
=> "Undelivered Mail Returned to Sender"
mail.bounced?
=> 0
mail.final_recipient
=> "rfc822; [email protected]"
mail.action
=> "failed"

from mail.

mikel avatar mikel commented on August 15, 2024

OK, fixed with commit #ae40072

from mail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.