DOKK / manpages / debian 12 / mtpolicyd / Mail::MtPolicyd::Plugin::AddScoreHeader.3pm.en
Mail::MtPolicyd::Plugin::AddScoreHeader(3pm) User Contributed Perl Documentation Mail::MtPolicyd::Plugin::AddScoreHeader(3pm)

Mail::MtPolicyd::Plugin::AddScoreHeader - mtpolicyd plugin for adding the score as header to the mail

version 2.05

Adds an header with the current score and score details to the mail.

(uc_)spam_score (default: 5)
If the score is higher than this value it'll be tagged as 'YES'. Otherwise 'NO'.
Specifies the name of the field the score is stored in. Could be set if you need multiple scores.
The name of the header to set.

  <Plugin add-score-header>
    module = "AddScoreHeader"
    # score_field = "score"
    # header_name = "X-MtScore"
    spam_score = 5
  </Plugin>

Will return an action like:

  X-MtScore: YES score=7.5 [CTIPREP_TEMP=2.5, spamhaus-rbl=5]

Markus Benning <ich@markusbenning.de>

This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991
2022-10-15 perl v5.34.0