Spammers are so intelligent and They are sending Spam with the following subject line :
your Dropbox has stopped syncing
Income Tax return 2021 issued
Please Check Your Identity Immediately
suspended incoming messages
Your Password is about to expire
Account Suspension Notice
Shipment has been completed
Advertise up to 200 MILLION EMAILS
If we block above subject by REJECT command , Spammer will get notification, Sometimes spammers has no return valid path . So we will DISCARD those email by the following settings :
# vi /etc/postfix/header_checks
/Bitcoin/ DISCARD
/Dropbox has stopped syncing/ DISCARD
/Wetgeving/ DISCARD
/Income Tax return 2021 issued/ DISCARD
/PSD2/ DISCARD
/Please Check Your Identity Immediately/ DISCARD
/suspended incoming messages/ DISCARD
/Your Password is about to expire/ DISCARD
/Bescherm uw account/ DISCARD
/Account Suspension Notice/ DISCARD
/Shipment has been completed/ DISCARD
/Advertise up to 200 MILLION EMAILS/ DISCARD
/To:.*<>/ DISCARD
/From:.*<>/ DISCARD
/^Subject:/ WARN
# postmap /etc/postfix/header_checks
# systemctl restart postfix