<p dir="ltr"><br>
On 13 May 2014 22:43, "James B. Byrne via amavis-users" <<a href="mailto:amavis-users@amavis.org">amavis-users@amavis.org</a>> wrote:<br>
><br>
> CentOS-6.5<br>
> Postfix-2.6.6<br>
> Amavisd-new-2.8.0<br>
> Spamassassin-3.3.1<br>
> OpenDKIM-2.9.0<br>
> pypolicyd-spf-1.2<br>
><br>
> I wish to have all spam assassin test hits detailed in the headers of all<br>
> messages that pass through the filters.  At the moment messages flagged as<br>
> spam have them and messages that pass do not.  I am informed that Spamassassin<br>
> does not write the headers when used with amavisd-new but that amavisd does.<br>
> How do I accomplish what I wish with amavisd?<br>
><br>
> Note that insofar as I can determine spamassassin is being called by amavisd<br>
> and is working for I am seeing entries showing Hits in the amavisd.log file:<br>
><br>
> May 13 16:31:27 <a href="http://inet08.hamilton.harte-lyne.ca">inet08.hamilton.harte-lyne.ca</a> /usr/sbin/amavisd[32762]:<br>
> (32762-15) Blocked SPAM {DiscardedInbound}, [24.237.229.37]:34005<br>
> [24.237.229.37] <<a href="mailto:dcleve@actuate.com">dcleve@actuate.com</a>> -> <<a href="mailto:carter@halisp.net">carter@halisp.net</a>>, Message-ID:<br>
> <<a href="mailto:4672.45163a.c413@37-229-237-24.static.gci.net">4672.45163a.c413@37-229-237-24.static.gci.net</a>>, mail_id: 63VIyh92Bktb, Hits:<br>
> 27.553, size: 3581, 1413 ms<br>
><br>
> I have the following settings in /etc/amavisd/amavisd.conf:<br>
><br>
> $sa_tag_level_deflt  = -9999; # add spam info headers if at, or above that level<br>
> $sa_tag2_level_deflt = 2.5;   # add 'spam detected' headers at that level<br>
> $sa_kill_level_deflt = 3.5;   # triggers spam evasive actions (e.g. blocks<br>
> mail)<br>
> $sa_dsn_cutoff_level = 5.0;   # spam level beyond which a DSN is not sent<br>
> $sa_crediblefrom_dsn_cutoff_level = 18; # likewise, but for a likely valid<br>
> From<br>
> $sa_quarantine_cutoff_level = 20; # spam level beyond which quarantine is off<br>
> $penpals_bonus_score = 8;    # (no effect without a @storage_sql_dsn database)<br>
> $penpals_threshold_high = $sa_kill_level_deflt;  # don't waste time on hi spam<br>
> $bounce_killer_score = 100;  # spam score points to add for joe-jobbed bounces<br>
><br>
> I have the following settings in /etc/mail/spamassassin/<a href="http://local.cf">local.cf</a><br>
><br>
> # Headers to show<br>
> add_header all DCC _DCCB_: _DCCR_<br>
> add_header all Level _STARS(*)_<br>
> add_header all Pyzor _PYZOR_<br>
> add_header all Report _REPORT_<br>
><br>
> # Detail causes for spam classification - Used with BAYES_99 etc.<br>
> # _HAMMYTOKENS(N)_  the N most significant hammy tokens (default, 5)<br>
> # _SPAMMYTOKENS(N)_ the N most significant spammy tokens (default, 5)<br>
> report Report        _SPAMMYTOKENS(25)_<br>
> report Report        _HAMMYTOKENS(25)_<br>
><br>
><br>
> I desire to see all Spamassassin hits in each message, whether it passes of<br>
> not and regardless of the Score.  How is this done?<br></p>
<p dir="ltr">This link <a href="http://blog.dmitryleskov.com/small-hacks/forcing-spamassassin-to-add-the-x-spam-status-header-to-ham-for-debugging/">http://blog.dmitryleskov.com/small-hacks/forcing-spamassassin-to-add-the-x-spam-status-header-to-ham-for-debugging/</a> has 3 solutions - one of which I'm sure will work for you.</p>

<p dir="ltr">Incidentally it was the first result from this search query...<br>
<a href="https://www.google.com/m?hl=en-US&ie=UTF-8&pws=0#hl=en&pws=0&q=amavisd-new+spamassassin+headers">https://www.google.com/m?hl=en-US&ie=UTF-8&pws=0#hl=en&pws=0&q=amavisd-new+spamassassin+headers</a><br>
</p>
<p dir="ltr">Simon</p>