You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Alex Woick <al...@wombaz.de> on 2006/12/26 16:50:39 UTC

false "positive" with vbounce plugin

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: <ne...@wombaz.robin.de>
X-Original-To: news@wombaz.robin.de
Delivered-To: alex@wombaz.robin.de
Received: from lxrouter.wombaz.localnet (localhost.localdomain [127.0.0.1])
	by lxrouter.wombaz.localnet (Postfix) with ESMTP id 2AE5E46865
	for <ne...@wombaz.robin.de>; 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: root@wombaz.robin.de (Cron Daemon)
To: news@wombaz.robin.de
Subject: Cron <ne...@lxrouter> /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: <20...@lxrouter.wombaz.localnet>
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