Anyone knows how to force Spammassassin write Spam-report

cpyu99

Verified User
Joined
Feb 11, 2008
Messages
5
Currently, Spamassassin will write header like this if it is considered as spam email.

X-Spam-Status: Yes, score=997.4 required=5.0 tests=BAYES_00,GTUBE,HTML_MESSAGE
autolearn=no version=3.2.4

however, I would like to force Spamassassin to write Spam report like followings even the email not considered as Spam

X-Spam-Status: No, score=1 required=5.0 tests=BAYES_00,GTUBE,HTML_MESSAGE
autolearn=no version=3.2.4

Thanks you in advance.

Yours Truly

Paul
 
Currently, Spamassassin will write header like this if it is considered as spam email.

X-Spam-Status: Yes, score=997.4 required=5.0 tests=BAYES_00,GTUBE,HTML_MESSAGE
autolearn=no version=3.2.4

however, I would like to force Spamassassin to write Spam report like followings even the email not considered as Spam

X-Spam-Status: No, score=1 required=5.0 tests=BAYES_00,GTUBE,HTML_MESSAGE
autolearn=no version=3.2.4

Thanks you in advance.

Yours Truly

Paul

That's the default behavior. My install adds that x-spam-status to all emails.
 
I solved this

I add this in my local.cf, then always display Spam report

" always_add_report 1 "
 
Back
Top