Use either the HTML or the text part of an email, not both
This commit is contained in:
parent
ce4a6eefa7
commit
d88ada0d11
1 changed files with 2 additions and 1 deletions
|
@ -19,11 +19,12 @@ end
|
|||
exit 0 unless recipient[3] == digest[0,6]
|
||||
|
||||
mail = Mail.new(STDIN.readlines.join)
|
||||
body = mail.html_part || mail.text_part
|
||||
|
||||
message = Message.new(:sender => from, :recipient => to,
|
||||
:sent_on => mail.date.new_offset(0),
|
||||
:title => mail.subject.sub(/\[OpenStreetMap\] */, ""),
|
||||
:body => mail.body.decoded)
|
||||
:body => body.decoded)
|
||||
message.save!
|
||||
|
||||
Notifier.message_notification(message).deliver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue