1

Topic: Change SpamAssassin rules

Would like to change the following SpamAssassin rules. How does one do this?

HTML_IMAGE_ONLY_08=
MISSING_SUBJECT=
FORGED_GMAIL_RCVD=


==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Deployed with iRedMail Easy or the downloadable installer? No
- Linux/BSD distribution name and version: Debian 10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Change SpamAssassin rules

Check file /etc/mail/spamassassin/local.cf. It's as simple as adding rule like this:

score FORGED_GMAIL_RCVD 10

Adjust the scores yourself.