MOON
Server: Apache
System: Linux vps.espica.me 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: golnoor (1011)
PHP: 8.2.32
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/golnoor/mail/it3@golnoor.com/.spam/new/1780583831.M149525P265894.mail.espica.me,S=7683,W=7743
Return-Path: <support@thinksound.com>
Delivered-To: it3+spam@golnoor.com
Received: from mail.espica.me
	by mail.espica.me with LMTP
	id UmFeBpeNIWqmDgQAODdQag
	(envelope-from <support@thinksound.com>)
	for <it3+spam@golnoor.com>; Thu, 04 Jun 2026 10:37:11 -0400
Return-path: <support@thinksound.com>
Envelope-to: it3@golnoor.com
Delivery-date: Thu, 04 Jun 2026 10:37:11 -0400
Received: from 10.198.125.34.bc.googleusercontent.com ([34.125.198.10]:51658 helo=thinksound.com)
	by mail.espica.me with smtp (Exim 4.99.4)
	(envelope-from <support@thinksound.com>)
	id 1wV9C0-0000000178f-2xnG
	for it3@golnoor.com;
	Thu, 04 Jun 2026 10:37:10 -0400
From: Pain Solution <support@thinksound.com>
To: it3@golnoor.com
Message-ID: <ba9472ea5eaf47bebb9461210f9a67d1@thinksound.com>
Date: Thu, 04 Jun 2026 14:36:27 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
X-Spam-Status: Yes, score=9.9
X-Spam-Score: 99
X-Spam-Bar: +++++++++
X-Spam-Report: Spam detection software, running on the system "mail.espica.me",
 has identified this incoming email as possible spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 root\@localhost for details.
 Content preview:  Relieve Joint Pain & Restore Mobility Reclaim Your Mobility.
    
 Content analysis details:   (9.9 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was blocked.
                             See
                             http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
                              for more information.
                             [URI: imgur.com]
                             [URI: storage.googleapis.com]
  0.0 RCVD_IN_MSPIKE_H2      RBL: Average reputation (+2)
                             [34.125.198.10 listed in wl.mailspike.net]
  1.5 SPF_HELO_SOFTFAIL      SPF: HELO does not match SPF record (softfail)
  1.5 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
  1.5 KAM_DMARC_QUARANTINE   DKIM has Failed or SPF has failed on the message
                              and the domain has a DMARC quarantine policy
  0.0 KAM_DMARC_STATUS       Test Rule for DKIM or SPF Failure with Strict
                             Alignment
  0.0 TVD_RCVD_IP            Message was received from an IP address
  0.0 HTML_MESSAGE           BODY: HTML included in message
  0.1 MIME_HTML_ONLY         BODY: Message only has text/html MIME parts
  1.7 KAM_STORAGE_GOOGLE     Google Storage API being abused by spammers
  2.6 RDNS_DYNAMIC           Delivered to internal network by host with
                             dynamic-looking rDNS
  1.0 DYNAMIC_IMGUR          dynamic IP + hosted image
X-Spam-Flag: YES
Subject:  ***SPAM***  Stiff knees? This simple recipe may restore mobility naturally

<!DOCTYPE html> <html>  <head>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Relieve Joint Pain & Restore Mobility</title>     <style>         /* Clean, professional sans-serif system font */         body {             font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;             background-color: #f3f4f6; /* Very light cool grey */             margin: 0;             padding: 40px 20px;             color: #111827;             -webkit-font-smoothing: antialiased;         }          .email-wrapper {             max-width: 520px;             margin: 0 auto;         }          /* The Main Card */         .card {             background-color: #ffffff;             border-radius: 16px;             box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);             overflow: hidden; /* Ensures the top corners of the image are rounded */             border: 1px solid #e5e7eb;         }          /* Responsive Image Container */         .image-link {             display: block;             width: 100%;             text-decoration: none;             /* Subtle hover effect for the image link */             transition: opacity 0.2s ease-in-out;         }          .image-link:hover {             opacity: 0.95;         }          .hero-image {             display: block;             width: 100%;             height: auto;             border-bottom: 1px solid #f3f4f6;             /* Ensures it handles 16:9 gracefully */             aspect-ratio: 16 / 9;             object-fit: cover;             background-color: #e5e7eb; /* Fallback color while loading */         }          /* Content Below Image */         .card-body {             padding: 35px 40px;             text-align: center;         }          h1 {             font-size: 24px;             font-weight: 800;             margin: 0 0 12px 0;             color: #111827;             letter-spacing: -0.5px;         }          p {             font-size: 16px;             line-height: 1.6;             color: #4b5563;             margin: 0 0 24px 0;         }          /* Highly Visible CTA Button - Changed to a health-focused green */         .btn {             display: block;             background-color: #16a34a; /* Trustworthy, vibrant health green */             color: #ffffff !important;             text-decoration: none !important;             padding: 18px;             border-radius: 12px;             font-size: 18px;             font-weight: 700;             text-align: center;             box-shadow: 0 6px 16px rgba(22, 163, 74, 0.25);             transition: background-color 0.2s, transform 0.2s;             box-sizing: border-box;             width: 100%; /* Full width for easy mobile tapping */         }          .btn:hover {             background-color: #15803d; /* Darker green on hover */             transform: translateY(-2px);         }          /* Footer */         .footer {             margin-top: 30px;             text-align: center;             font-size: 12px;             color: #9ca3af;             line-height: 1.6;         }          .footer a {             color: #6b7280;             text-decoration: underline;         }     </style> </head>  <body>      <div class="email-wrapper">                  <div class="card">                          <!-- Clickable 16:9 Image/GIF -->             <!-- Replace href with your checkout or landing page link -->             <a href="" class="image-link">                 <!-- Replace src with your actual product image -->                 <img src="https://i.imgur.com/a3ZnmM7.gif" alt="Premium Joint Support Capsules" class="hero-image">             </a>              <div class="card-body">                 <h1>Reclaim Your Mobility.</h1>                 <p>Struggling with stiff, aching joints? Our premium <strong>Joint Relief Capsules</strong> are clinically formulated with natural ingredients to soothe discomfort, reduce inflammation, and restore your flexibility. Don't let joint pain dictate how you live your life.</p>                                  <!-- Action-Oriented Specific CTA -->                 <a href="https://storage.googleapis.com/allgeojointsgifs/ls" class="btn">Claim Your 50% Off Trial Bottle</a>             </div>          </div>          <div class="footer">             <p>                 You are receiving this email because you subscribed to wellness tips.<br>                 Vitality Health Supplements | 123 Wellness Way, Nature City, CA.             </p>             <p>                 <a href="https://storage.googleapis.com/jointstrengthunsb/ls">Unsubscribe</a>             </p>         </div>     </div>  </body> </html>