You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Supun Rathnayake <su...@lankacom.net> on 2010/05/13 06:12:17 UTC

Interesting SpamAssassin - spam report

Hi everybody,

we have been using and enjoying spamassassin for years now, and recently 
received an email abuse report/complain from an external party.
It seems that the external party is also using spamassassin in some form 
in their spam filtering systems, according to the spam report header 
below which they
have included.

This report is very informative than the normal spam detail report which 
could be activated in normal spamassassin software.

Is there a way that the standard spamassassin can generate this type of 
spam report which is explaining the rule applied, other than the rule 
name only.

X-Spamfilter-host: xxxx.xxxxx.com -http://www.junkemailfilter.com
X-Mail-from:no-reply@xxxxxxxx.info
X-Relay-Countries: xx
X-Spam-Report: SpamAssassin 3.3.1 (2010-03-16) on xxxxx.xxxxx.com
  Spam Tests:
  *  2.0 DEAR_FRIEND BODY: Dear Friend? That's not very dear!
  *  2.0 CT_MY_NAME_IS BODY: Mr. Mrs. or My Name Is
  *  0.3 SARE_WEOFFER BODY: Offers Something
  *  2.0 CT_EARN_MONEY BODY: Message talks about earning money
  *   10 NIXSPAM_IXHASH BODY: iXhash found @ ix.xxxx.xxxxxx.net
  *  0.4 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
  *      [cf:  73]
  *  0.5 RAZOR2_CF_RANGE_E4_51_100 Razor2 gives engine 4 confidence level
  *      above 50%
  *      [cf:  73]
  *  1.7 RAZOR2_CHECK Listed in Razor2 (http://razor.sf.net/)
X-Spam-Class: SPAM-HIGH - SpamAssassin rejected - Score=18 X=xxxxx H=xxxxxxxxx [xxx.xxx.xx.1] HELO=[xxxx.xxxx.net] F=[no-reply@xxxxxxxxxx.info] T=[rxxxxxxxxxxx] S=[xxxxxxxxxxxxxxxxx] - X=xxxxx H=xxxx.xxxxxxx.net [xxx.xxx.xx.xx] HELO=[xxxxx] F=[no-reply@xxxxxxxxxxx] T=[xxxxxxxxxxxx] S=[xxxxxxxxxxxxxxxxxxxxx]
X-Spamsave: Yes - SpamAssassin rejected - Score=18 X=xxxxxxx H=xxxxxxx.xxxxxxxxxxx HELO=[xxxxxxxxxxx] F=[no-reply@xxxxxxxx] T=[xxxxxxxxxxxxxx] S=[xxxxxxxxxxxxx] - X=xxxxx H=xxxxx [xxxxxxxxxxx] HELO=[xxxxxxxxxx] F=[no-reply@xxxxxxxxxxx] T=[xxxxxxxxxxx] S=[xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
X-Sender-Host-Address: xxxxxxxxxxxxxxxxxxxxx
X-Sender-Host-Name: xxxxxxxxxxxxxxx
X-Original-helo: xxxxxxxxxxxxxxxxxxxx


Thanks

-- 
With Best Regards,

Supun Rathnayake

Lanka communication Services (Pvt) Ltd.
65C, Dharmapala Mawatha,
Colombo 07.
Sri Lanka.
Tel: +94-11-2437545
http://www.lankacom.net
http://blog.lankacom.net


Re: Interesting SpamAssassin - spam report

Posted by Supun Rathnayake <su...@lankacom.net>.

On 05/13/2010 04:49 PM, RW wrote:
> On Thu, 13 May 2010 09:42:17 +0530
> Supun Rathnayake<su...@lankacom.net>  wrote:
>
>
>    
>> Is there a way that the standard spamassassin can generate this type
>> of spam report which is explaining the rule applied, other than the
>> rule name only.
>>
>>      
> You can add one of the following:
>
> add_header all  Report _REPORT_
> add_header spam Report _REPORT_
>
> it's  covered in the Mail::SpamAssassin::Conf documentation
>
>    

Thank you very much for the hint. I will try it.

Thanks,
Supun.


Re: Interesting SpamAssassin - spam report

Posted by RW <rw...@googlemail.com>.
On Thu, 13 May 2010 09:42:17 +0530
Supun Rathnayake <su...@lankacom.net> wrote:


> Is there a way that the standard spamassassin can generate this type
> of spam report which is explaining the rule applied, other than the
> rule name only.
> 

You can add one of the following:

add_header all  Report _REPORT_
add_header spam Report _REPORT_

it's  covered in the Mail::SpamAssassin::Conf documentation