On Thu, 2010-09-16 at 15:10 -0700, franc wrote:
> > I seriously hope you just mis-worded that. Bounce!? That would be after
> > *accepting* a message, and with spam generally will be bounced to a
> > forged, innocent bystander -- not the spammer. So please, tell me you
> > actually meant to say REJECT. That is, not accept by the MX.
> 
> No, i didn't know it better, i had D_BOUNCE indeed!

Well, I don't really know Amavis, so I don't know what this does
precisely, but in general...

Bounce, also known as backscatter in the context of spam -- just in case
you need more search terms. ;)

The important difference is, that REJECTing on the MX (the outside, evil
network facing SMTP) will just not ACCEPT the message. Once you accepted
a message, you take responsibility for it. You are free to review that
crap, or even route it straight to the bin bucket. It's yours, and the
ball is on your side. However, bouncing it "back" to some address you
cannot possibly know is the real sender...


> I had in amavis-conf:
> 
> $final_spam_destiny       = D_BOUNCE;
> $final_banned_destiny     = D_BOUNCE;
> 
> should be much better like this:
> 
> $final_spam_destiny       = D_REJECT;
> $final_banned_destiny     = D_REJECT;
> 
> It was default with D_BOUNCE so i used this. But you are very right, the
> bounce is old (according to the Postfixbook from heinlein) and i put reject
> now. Thanks again!

Thank you for fixing this. :)  One less backscatter source on the net.


-- 
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; }}}

Reply via email to