Benvenuto in Thunderbird Add-ons.
Aggiungi nuove funzionalità e stili per rendere Thunderbird veramente tuo.
ChiudiInformazioni su questo componente aggiuntivo
Supported mail headers
The add-on uses extended Rspamd headers added by Rspamd proxy worker (`X-Spamd-Result`) and (from version 0.8.0) headers added by Exim (`X-Spam-Score` and `X-Spam-Report`).
To enable extended spam headers in Milter headers module add the following line to local.d/milter_headers.conf:
extended_spam_headers = true;
To enable headers in Exim refer to the "Integration with Exim MTA" section of MTA integration document.
To enable extended spam headers in Rmilter (deprecated) add the following line to rmilter.conf:
spamd {
...
  extended_spam_headers = yes;
};
Third-party spam filters
The add-on (from version 0.9.0) also supports SpamAssassin-based spam filters (e.g. `SpamAssassin`, `MailScanner`). The support is limited to displaying the total message score in the column.
===========================================================
Learn more at https://github.com/moisseev/rspamd-spamness .
===========================================================