On Thu, 2011-03-17 at 05:24 -0700, Artur Dampc wrote: > I'm having problems finding description of a rule that is giving spam points > (1.5) to mails that arrive at a mail server I use. The rule's name is
So you're receiving the mail, not sending it. Who is scanning the mail then, who is in charge of the mail server? This is not a stock SA rule, it's a custom one. So whoever takes care about the mail server, scanning your mail, is the only one who knows what that rule is supposed to do, and can help you with it. A quick qoogle check suggests, this is a rule that (a) is primarily used by some Polish folks, and (b) based on the sender's Autonomous System Number (ASN). So the recipient probably doesn't like the sender's network all that much... Anyway, there are other rules triggering as well, accounting for the remainder of 3.5 points. That one rule alone is not much of a problem. > ASNSMX. The odd thing is the people at the company that hosts the mail > server also don't have any idea what this rule is about. I would gladly > change the e-mails in proper maner so that those mails wont triger this test > but in order to do that i need to know what it does. Err, now, are you sending or receiving the mail? > If it helps the techsupport of the server sent me to documentation of > SpammAssassin 3.2.x in search of a description so i guess it's the version > they are using. -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}