occ email-recovery:recovery-warning-notification 2>&1 | while IFS=read-r line;do echo"$(date'+%Y-%m-%d %H:%M:%S')$line";done>> /var/log/nextcloud/recovery-timestamped.log
```
### Spam Account Filter Command
This document explains how to use the new `FilterLegitimateDomainsFromSpamReport` command to filter out legitimate domains from spam account reports.
## Overview
The command processes a spam account report file and removes entries that belong to popular (legitimate) email domains, creating a new file with only true spam entries.