On Tue, 2009-05-19 at 21:59 +0300, Jari Fredriksson wrote: > I get lots of false BOUNCE_MESSAGES from VBounce-plugin. > > Sample: http://www.pastebin.ca/1427728
> What might be wrong here? It triggers on the NULL Return-Path. With a somewhat fuzzy look at the rule and some abstraction, BOUNCE_MESSAGE equals this: __HAVE_BOUNCE_RELAYS && !__MY_SERVERS_FOUND && ( __BOUNCE_RPATH_NULL || ... ) That's "whitelist_bounce_relays are specified", and "those relays are not found in any text or message/* MIME parts" (of course not, it's not a bounce), and "has a null Return-Path". In other words, it is not a valid bounce, but has a null Return-Path. That's it. Try disabling the __BOUNCE_RPATH_NULL constraint, by overriding it in local.cf: meta __BOUNCE_RPATH_NULL 0 -- 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; }}}