Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Backup notification email shows attachment - but there is none
#1
Using version 4.1, when I receive an email notification in Outlook 365 that says a backup is complete it indicates there is an attachment.

However, when I open the email there is no attachment to be found, however the body of the email is there.
Reply
#2
(08-24-2024, 10:19 PM)RobLatour Wrote: Using version 4.1, when I receive an email notification in Outlook 365 that says a backup is complete it indicates there is an attachment.

However, when I open the email there is no attachment to be found, however the body of the email is there.

The notification email does not have an attachment.
Reply
#3
good to know, but not sure why Outlook thinks there is ...

https://ibb.co/nQFT4M1
Reply
#4
(08-26-2024, 04:09 AM)RobLatour Wrote: good to know, but not sure why Outlook thinks there is ...

https://ibb.co/nQFT4M1

Take a look at the e-mail source
Reply
#5
(08-26-2024, 08:45 AM)chmichael Wrote:
(08-26-2024, 04:09 AM)RobLatour Wrote: good to know, but not sure why Outlook thinks there is ...

https://ibb.co/nQFT4M1

Take a look at the e-mail source

Yes, you can determine if it has attachments by looking at the source code of the email. As you can see below, HBS's notification email does not contain any attachments.

Subject:=?utf-8?Q?[Successful WORKGROUP\JASON-PC] Hasleo Backup Suite notification message from "File Backup 20240729170827"?=




--------------------------4218f66c446bc847
Content-Type: multipart/alternative; boundary=------------------------9a2cd0ce704a2d2a
Content-Disposition: inline

--------------------------9a2cd0ce704a2d2a
Content-Type: text/html
Content-Transfer-Encoding: 8bit

<html><body>
<p>File Backup</p><p>Task name: File Backup 20240729170827</p><p>Backup task to: D:\Backups\File Backup 20240729170827</p><p>Backup mode: Incremental</p><p>Compress level: Medium</p><p>Encryption mode: None</p><p>Start time: 08/23/2024 10:51:32 AM</p><p>End Time: 08/23/2024 10:52:47 AM</p><p></p><p>The task completed successfully.</p></body></html>

--------------------------9a2cd0ce704a2d2a

File Backup Task name: File Backup 20240729170827 Backup mode: Incremental Backup task to: D:\ Backups \File Backup 20240729170827 Compress level: Medium Encryption mode: None Start time: 08/23/2024 10:51:32 AM End Time: 08/23/2024 10:52:47 AM  The task completed successfully.
--------------------------9a2cd0ce704a2d2a--

--------------------------4218f66c446bc847--
Reply
#6
Interesting. It may have something to do with my email server.

Here is what I am seeing:

received: from localhost (localhost [127.0.0.1])
by docker.docker.local (Postfix) with ESMTP id CE5047FDDE
for <[email protected]>; Mon, 26 Aug 2024 05:02:23 -0400 (EDT)
Received: from docker.docker.local
by docker.docker.local with LMTP
id PcVtNZ9EzGZQgg0Au8767w
(envelope-from <[email protected]>)
for <[email protected]>; Mon, 26 Aug 2024 05:02:23 -0400
Received: from W11-Server (xx.xxxxx.xxx [xxx.xxx.xxx.xxx])
(Authenticated sender: [email protected])
by docker.docker.local (Postfix) with ESMTPA id 6F9007FD1A
for <[email protected]>; Mon, 26 Aug 2024 05:02:22 -0400 (EDT)
From: <[email protected]>
To: <[email protected]>
Subject: [Successful WORKGROUP\W11-SERVER] Hasleo Backup Suite notification message from "System Backup"
Date: Mon, 26 Aug 2024 05:02:23 -0400
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0000_01DAF7A4.8187F880"
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQIi/KrgpPzH3Yv2VHCGYIz7h/YCLg==
X-Virus-Scanned: Yes
X-Quarantine-ID: <bH80_-nq14Vp>
X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date"

Also, I found this, https://github.com/nylas/nylas-mail/issues/1246 which indicates the Date field needs to be in the header.
" The only required header fields are the origination date field and the originator address field(s)."

Regardless, just thought it was odd seeing the attachment icon and there not being one. If there is not one, then I'm not really missing anything, and I can live with it.

Thanks
Reply
#7
(08-27-2024, 01:32 AM)RobLatour Wrote: Interesting.  It may have something to do with my email server.

Here is what I am seeing:

received: from localhost (localhost [127.0.0.1])
by docker.docker.local (Postfix) with ESMTP id CE5047FDDE
for <[email protected]>; Mon, 26 Aug 2024 05:02:23 -0400 (EDT)
Received: from docker.docker.local
by docker.docker.local with LMTP
id PcVtNZ9EzGZQgg0Au8767w
(envelope-from <[email protected]>)
for <[email protected]>; Mon, 26 Aug 2024 05:02:23 -0400
Received: from W11-Server (xx.xxxxx.xxx [xxx.xxx.xxx.xxx])
(Authenticated sender: [email protected])
by docker.docker.local (Postfix) with ESMTPA id 6F9007FD1A
for <[email protected]>; Mon, 26 Aug 2024 05:02:22 -0400 (EDT)
From: <[email protected]>
To: <[email protected]>
Subject: [Successful WORKGROUP\W11-SERVER] Hasleo Backup Suite notification message from "System Backup"
Date: Mon, 26 Aug 2024 05:02:23 -0400
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0000_01DAF7A4.8187F880"
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQIi/KrgpPzH3Yv2VHCGYIz7h/YCLg==
X-Virus-Scanned: Yes
X-Quarantine-ID: <bH80_-nq14Vp>
X-Amavis-Alert: BAD HEADER SECTION, Missing required header field: "Date"

Also, I found this, https://github.com/nylas/nylas-mail/issues/1246 which indicates the Date field needs to be in the header.
" The only required header fields are the origination date field and the originator address field(s)."

Regardless, just thought it was odd seeing the attachment icon and there not being one.  If there is not one, then I'm not really missing anything, and  I can live with it.

Thanks

What you listed above is just the header of the email, can you check to see if there are attachments in the content part of the email?
Reply
#8
(08-27-2024, 11:47 AM)admin Wrote: What you listed above is just the header of the email, can you check to see if there are attachments in the content part of the email?


There are no attachments in the content part of the email.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)