Is there a way to tell Spamassassin to add the detailed X-Spam-Report
to every message rather then just those that have "X-Spam-Status:
Yes"? Reason being is I want an easier way to study junk messages
that get by Spamassassin.
Matt
Printable View
Is there a way to tell Spamassassin to add the detailed X-Spam-Report
to every message rather then just those that have "X-Spam-Status:
Yes"? Reason being is I want an easier way to study junk messages
that get by Spamassassin.
Matt
Matt wrote:[color=blue]
> Is there a way to tell Spamassassin to add the detailed X-Spam-Report
> to every message rather then just those that have "X-Spam-Status:
> Yes"? Reason being is I want an easier way to study junk messages
> that get by Spamassassin.
>[/color]
this depends on how you are running spamassassin. with amavisd-nex, it's
a matter of:
$sa_tag_level_deflt = undef;
provided the message is sent to one of your domains (this is
configurable...).