noted and fixed in trunk - thx! --j.
Alex Woick writes: > Hello, > > I am using the VBounce.pm plugin to catch backscatter bounces, and there > is a small problem with locally auto-created mail. The mail is is > created by Cron on a Fedora Core 5 system and is attached below. It is > falsely declared as BOUNCE_MESSAGE because of the "Auto-Submitted: > auto-generated" header and MY_SERVERS_FOUND not triggered. > MY_SERVERS_FOUND is of course not triggered, since the message is no > bounce message at all, so whitelist_bounce_relay cannot catch anything. > > I suggest a change in 20_vbounce.cf and add an exception for one of the > X-Cron-Env headers just like the __XM_VBULLETIN exception in 20_vbounce.cf. > > Return-Path: <[EMAIL PROTECTED]> > X-Original-To: [EMAIL PROTECTED] > Delivered-To: [EMAIL PROTECTED] > Received: from lxrouter.wombaz.localnet (localhost.localdomain [127.0.0.1]) > by lxrouter.wombaz.localnet (Postfix) with ESMTP id 2AE5E46865 > for <[EMAIL PROTECTED]>; Sun, 24 Dec 2006 00:00:11 +0100 (CET) > X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on > lxrouter.wombaz.localnet > X-Spam-Level: > X-Spam-Status: No, score=-2.8 required=5.0 tests=ANY_BOUNCE_MESSAGE,AWL, > BAYES_00,BOUNCE_MESSAGE,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=no > version=3.1.7 > Received: by lxrouter.wombaz.localnet (Postfix, from userid 9) > id 0F6CF4691C; Sun, 24 Dec 2006 00:00:11 +0100 (CET) > From: [EMAIL PROTECTED] (Cron Daemon) > To: [EMAIL PROTECTED] > Subject: Cron <[EMAIL PROTECTED]> /usr/local/bin/run-bbsmaint-midnight > Content-Type: text/plain; charset=UTF-8 > Auto-Submitted: auto-generated > X-Cron-Env: <SHELL=/bin/sh> > X-Cron-Env: <HOME=/etc/news> > X-Cron-Env: <PATH=/usr/bin:/bin> > X-Cron-Env: <LOGNAME=news> > X-Cron-Env: <USER=news> > Message-Id: <[EMAIL PROTECTED]> > Date: Sun, 24 Dec 2006 00:00:11 +0100 (CET) > > 1 00:00:02 Start > 6 00:00:02 Checking tmp dir > C 00:00:02 Start file... > [...] > > > Regards, > Alex