PDA

View Full Version : Anyone knows how to force Spammassassin write Spam-report



cpyu99
02-11-2008, 10:46 PM
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

GXX
02-12-2008, 07:52 AM
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.

cpyu99
02-12-2008, 11:38 AM
Mine is working as I described above. anyone have idea ?


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

cpyu99
02-14-2008, 01:08 PM
I add this in my local.cf, then always display Spam report

" always_add_report 1 "