On Wed, 2009-05-20 at 02:42 +0300, Jari Fredriksson wrote:
> Another one. This is from Washington Post. Still with fetchmail.
> http://wwww.pastebin.ca/1427982
> 
> Marked as BOUNCE.
> 
>     meta __BOUNCE_RPATH_NULL  0
> 
> should be working.

$ spamassassin --cf="meta __BOUNCE_RPATH_NULL 0" < 1427982 | grep BOUNCE

Comes up empty. Without that custom rule, it does trigger VBounce. So,
no -- that custom rule is not working. It *is* triggered by the null
Return-Path. Did you restart the daemon, or just test it with
'spamassassin'?

Anyway, that's another null Return-Path. Either you are just "lucky" to
receive so much of that behavior, or something is invalidating the
Return-Path in your mail processing chain. (No, it is not fetchmail by
default. Custom setting. Or something else.)

  guenther


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