On Mon, 2007-10-22 at 11:55 +0200, Chris wrote:

[ snipp mangled full-quote ]

> Is there any way, on shared servers, that I can use
> SpamAssassin to delete email from China, Russia, Korea
> and Japan please ?

No. SpamAssassin does not delete, nor reject mail. It merely tags mail.
However, your mail-processing chain can do any action, based upon that
tagging.

To detect the location of all mail relays, you can use the RelayCountry
plugin [1]. Based on the results, you can identify mail *from* these
countries, as you asked for. (Which is not the same as the thread you
replied to, which talks about links in the email body.)

Regarding "shared servers", and if this is possible (for you): Dunno,
that depends on the details. You'll need the mentioned SA plugin, which
is not possible in the user configs, but needs to be included in the SA
configs. Whether you can do this or not pretty much depends on your
level of control over SA.

  guenther


[1] http://wiki.apache.org/spamassassin/RelayCountryPlugin

-- 
char *t="[EMAIL PROTECTED]";
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; }}}

Reply via email to