Skip to content

Commit

Permalink
Test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Dec 6, 2024
1 parent 4ce7255 commit 45458ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rex/mime/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def initialize(data=nil)

self.header.parse(head)
ctype = self.header.find('Content-Type')
raise 'unexpected error'

if ctype && ctype[1] && ctype[1] =~ /multipart\/mixed;\s*boundary="?([A-Za-z0-9'\(\)\+\_,\-\.\/:=\?^\s]+)"?/
self.bound = $1
Expand Down

0 comments on commit 45458ed

Please sign in to comment.