# Processing EML files’ attachments

- Published on Sep 17, 2024

- 1 minute(s) read

In v36.0.21+, v37.0.14+, v38.1.8+, and v39 and later, by default, the system processes both EML files and their attachments. The system creates a PDF from the content of the email's body, and processes each of the file's attachments as a separate document in the submission.

If you do not want to process EML files' attachments, add the following to your ".env" file:

```powershell
PARSE_EML_FILE_ATTACHMENTS=false
```

When _PARSE_EML_FILE_ATTACHMENTS_ is set to _false_, the system ignores the files attached to ingested EML files.
