On Mon, 2009-03-02 at 20:29 -0700, Jake Maul wrote: > On Sun, Mar 1, 2009 at 11:32 AM, Karsten Bräckelmann wrote:
> > If you got the RelayCountry plugin enabled, here's a simple rule to > > score direct MUA to MX spam: > > > > header RELAY_MUA_TO_MX X-Relay-Countries =~ /^..$/ > > describe RELAY_MUA_TO_MX Single Relay, direct client to MX > > score RELAY_MUA_TO_MX 0.5 > > That looks pretty neat. I've added it to my config with a low score > and I'll see how it works out. Thanks! Yes, definitely keep it at a low score. It does trigger on some server generated legit mail. > > Oh, and your X-Spam-Report header does look a little excessive, doesn't > > it? > > Ugh... yeah, I need to figure out how to get rid of the boilerplate at > the beginning. I just haven't gotten around to it yet... but hey, if > you know the setting to change off the top of your head, mind > posting/linking it? I haven't even looked though, so don't spend any > time on it... :) add_header spam Report _REPORT_ See the sections Basic Message Tagging Options and Template Tags in the docs. You seem to have a similar option already in your config somewhere. http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html > Thanks for the tips, that util_rb_2tld alone should make a nice dent. -- char *t="\10pse\0r\0dtu...@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; }}}