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.
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
To install Mail::MtPolicyd, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Mail::MtPolicyd
CPAN shell
perl -MCPAN -e shell install Mail::MtPolicyd
For more information on module installation, please visit the detailed CPAN module installation guide.