> Source: [sk94524](https://support.checkpoint.com/results/sk/sk94524)

# sk94524 - Disclaimer "Email secured by Check Point " is not added to some SMTP traffic

| Property | Value |
|----------|-------|
| Solution ID | sk94524 |
| Date Created | 2013-08-23 |
| Last Modified | 2018-03-26 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |

## Symptoms

- * Disclaimer "Email secured by Check Point" is not added for some SMTP traffic.
* email is scanned, scan log is generated.

## Cause

The root cause for this is the use of the BDAT command.

BDAT is an ESMTP command that replaces the SMTP DATA command.  
When BDAT is sent, the SMTP host will not have to continuously scan for the end of the data. This command sends an argument that contains the total number of bytes in a message.

The receiving server counts the bytes in the message. When the message size equals the value sent by the BDAT command, the server assumes it has received all of the message data.

**The use of BDAT will not allow to add the disclaimer.**

Example from debug - disclaimer added successfully:
===================================================

`AM_insert_disclaimer_into_segment:DEBUG: Inserting TEXT disclaimer ( Email secured by Check Point ) � mime_alter.c:2334:AM_insert_disclaimer_into_segment:DEBUG: Conditions right for HTML disclaimer to be added mime_alter.c:1464:AM_add_disclaimer_insert_html:DEBUG: Starting to attempt to insert HTML disclaimer`  
`================================================`  
emaild_disclaimer_add: A disclaimer was successfully added to the email.  
`================================================ `

Example from debug - with BDAT:
===============================

`==>emaild_bdat_command_begin (9267ef8) `  
`emaild_bdat_command_begin: Removing continuous download cbfs. `  
`==>emaild_cont_dl_disable context=9267ef8 `  
`emaild_bdat_command_begin: Removing stamping cbf... `  
`================================================`  
emaild_bdat_command_begin: Removing disclaimer cbf...  
`================================================`  
emaild_bdat_command_begin: Removing bdat command CBF...

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
