Skip to content

Commit

Permalink
Skip signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 31, 2024
1 parent de932a8 commit dc13bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/email_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def process
next if image_height && image_width && image_height < 100 && image_width < 100

# skip signature images
next if image_url.downcase.include?("googleusercontent.com/mail-sig/")
next if @user.id == 293 && image_url.downcase.include?("cropped-img-0719-300x86.jpeg")
next if @user.id == 10836 && image_url.downcase.include?("b_logo.png")
next if @user.id == 2541 && image_url.downcase.include?("image001.jpg")
Expand Down

0 comments on commit dc13bd2

Please sign in to comment.