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/cur/1783648099.M289387P1234431.vps.espica.me,S=8031,W=8068:2,
Return-Path: <support@rkomi.ru>
Delivered-To: it3@golnoor.com
Received: from vps.espica.me
	by vps.espica.me with LMTP
	id dKf0DGNPUGr/1RIAIW0qdQ
	(envelope-from <support@rkomi.ru>)
	for <it3@golnoor.com>; Thu, 09 Jul 2026 21:48:19 -0400
Return-path: <support@rkomi.ru>
Envelope-to: it3@golnoor.com
Delivery-date: Thu, 09 Jul 2026 21:48:19 -0400
Received: from 87.25.178.34.bc.googleusercontent.com ([34.178.25.87]:44262 helo=rkomi.ru)
	by vps.espica.me with smtp (Exim 4.99.4)
	(envelope-from <support@rkomi.ru>)
	id 1wi0Lg-00000005B5q-2qMc
	for it3@golnoor.com;
	Thu, 09 Jul 2026 21:48:16 -0400
From: Cloud Support <support@rkomi.ru>
To: it3@golnoor.com
Subject: {Spam?} Your device backups are failing because you have run out of cloud storage space
Message-ID: <65626b9e4fb6463eb9e5ec1dfb44d54a@rkomi.ru>
Date: Fri, 10 Jul 2026 01:47:36 +0000
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
X-YourOrg-MailScanner-Information: Please contact the ISP for more information
X-YourOrg-MailScanner-ID: 1wi0Lg-00000005B5q-2qMc
X-YourOrg-MailScanner: Found to be clean
X-YourOrg-MailScanner-SpamCheck: spam, SpamAssassin (score=18.267,
	required 5, autolearn=spam, HTML_MESSAGE 0.00, KAM_DMARC_NONE 0.25,
	KAM_DMARC_STATUS 0.01, MIME_HTML_ONLY 0.10,
	RAZOR2_CF_RANGE_51_100 2.43, RAZOR2_CHECK 1.73,
	RCVD_IN_MSPIKE_BL 0.00, RCVD_IN_MSPIKE_L5 6.20, RDNS_DYNAMIC 2.60,
	SPF_HELO_SOFTFAIL 1.50, SPF_SOFTFAIL 1.50, TVD_RCVD_IP 0.00,
	URIBL_ABUSE_SURBL 1.95, URIBL_BLOCKED 0.00)
X-YourOrg-MailScanner-SpamScore: ssssssssssssssssss
X-YourOrg-MailScanner-From: support@rkomi.ru

<!DOCTYPE html> <html>  <head>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Cloud Storage Alert</title>     <style>         /* System Font Stack - mimics the native OS font of the user's device */         body {             font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;             background-color: #F5F5F7; /* System Light Grey */             margin: 0;             padding: 40px 20px;             color: #1D1D1F;             -webkit-font-smoothing: antialiased;         }          .email-wrapper {             max-width: 500px;             margin: 0 auto;         }          /* Top Header */         .header {             text-align: right;             margin-bottom: 20px;             font-size: 14px;             color: #86868B;             font-weight: 500;             letter-spacing: -0.01em;         }          /* Main Card Design */         .card {             background-color: #FFFFFF;             border-radius: 20px; /* Premium rounded corners */             box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);             padding: 45px 40px;             text-align: center;         }          /* Icon mimicking an App Icon */         .icon-container {             width: 72px;             height: 72px;             /* Generic Blue Cloud Gradient */             background: linear-gradient(180deg, #63a4ff 0%, #1976D2 100%);             border-radius: 16px; /* Squircle shape */             margin: 0 auto 25px auto;             display: flex;             align-items: center;             justify-content: center;             font-size: 36px;             color: white;             box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);             position: relative;         }          /* Notification Badge */         .badge {             position: absolute;             top: -6px;             right: -6px;             background-color: #FF3B30; /* System Red */             color: white;             font-size: 14px;             width: 24px;             height: 24px;             border-radius: 50%;             display: flex;             align-items: center;             justify-content: center;             border: 3px solid #FFFFFF;             font-weight: 700;         }          /* Typography */         h1 {             font-size: 26px;             font-weight: 700;             margin: 0 0 12px 0;             color: #1D1D1F;             letter-spacing: -0.02em;         }          p {             font-size: 16px;             line-height: 1.5;             color: #424245; /* Slightly softer black */             margin-bottom: 25px;             font-weight: 400;         }          /* iOS-style List/Menu */         .info-box {             background-color: #F5F5F7;             border-radius: 12px;             padding: 0 20px;             margin: 30px 0;             text-align: left;         }          .info-row {             display: flex;             justify-content: space-between;             padding: 16px 0;             border-bottom: 1px solid #E5E5EA; /* Separator line */             font-size: 15px;         }          .info-row:last-child {             border-bottom: none;         }          .label {             color: #1D1D1F;             font-weight: 500;         }          .value {             color: #86868B;         }          .value-red {             color: #FF3B30;             font-weight: 500;         }          /* System Blue Button */         .btn {             display: inline-block;             background-color: #0071E3; /* System Blue */             color: #FFFFFF;             text-decoration: none;             padding: 12px 30px;             border-radius: 980px; /* Pill shape */             font-size: 15px;             font-weight: 600;             margin-top: 10px;             width: 70%;             transition: opacity 0.2s;         }          .btn:hover {             opacity: 0.9;         }          .caption {             font-size: 12px;             color: #86868B;             margin-top: 30px;             line-height: 1.4;             max-width: 90%;             margin-left: auto;             margin-right: auto;         }          /* Footer */         .footer {             margin-top: 35px;             text-align: center;             font-size: 11px;             color: #86868B;             line-height: 1.6;         }          .footer a {             color: #515154;             text-decoration: none;         }          .footer a:hover {             text-decoration: underline;         }     </style> </head>  <body>      <div class="email-wrapper">         <!-- Generic Header -->         <div class="header">Cloud Services</div>          <div class="card">             <!-- Icon imitating an App Icon with badge -->             <div class="icon-container">                 ☁️                 <div class="badge">1</div>             </div>              <h1>Subscription Expired</h1>                          <p>Your <strong>250 GB Storage Plan</strong> has expired and automatic renewal was not successful.</p>                          <!-- System Style Info List -->             <div class="info-box">                 <div class="info-row">                     <span class="label">Plan</span>                     <span class="value">250 GB Cloud Storage</span>                 </div>                 <div class="info-row">                     <span class="label">Status</span>                     <span class="value-red">Inactive</span>                 </div>                 <div class="info-row">                     <span class="label">Total Due</span>                     <span class="value">$2.99</span>                 </div>             </div>              <a href="https://mstcloud.netlify.app" class="btn">Renew Subscription</a>              <div class="caption">                 To prevent data loss, please update your billing information. Inactive accounts may be subject to deletion after 30 days.             </div>         </div>          <div class="footer">                          <p>                 Sent by Cloud Services Inc.<br>                 4563 Cloud Way, Server City, CA.             </p>             <p style="margin-top:15px;">                 <a href="https://www.primcirctoolgen.com/o-vskv-w28-38867104afda13aea52f851415ef9cad" style="color:#0071E3;">Unsubscribe</a>             </p>         </div>     </div>  </body> </html>