Bug 6475 - Bug in RCVD_ILLEGAL_IP
Summary: Bug in RCVD_ILLEGAL_IP
Status: RESOLVED DUPLICATE of bug 6465
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 3.3.1
Hardware: PC Linux
: P2 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 05:00 UTC by Stefan Dreyer
Modified: 2010-08-04 10:55 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Dreyer 2010-08-04 05:00:40 UTC
The following message gets a score for illegal_ip, but i cannot see any illegal_ip

From prvs=825c74da5=xxx(at)yy.com  Wed Aug  4 08:50:26 2010
Return-Path: <prvs=825c74da5=xxx(at)yy.com>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	puma.ddnetservice.net
X-Spam-Flag: YES
X-Spam-Level: ******
X-Spam-Status: Yes, score=6.9 required=5.0 tests=BAYES_99,RCVD_ILLEGAL_IP
	shortcircuit=no autolearn=no version=3.3.1
X-Spam-Report: 
	*  3.5 BAYES_99 BODY: Bayes spam probability is 99 to 100%
	*      [score: 1.0000]
	*  3.4 RCVD_ILLEGAL_IP Received: contains illegal IP address
Received: from msgabzasg01.bhi-net.com (msgabzasg01.bhi-net.com [194.128.29.84])
	by dns.celleweb.de (8.14.3/8.14.3) with ESMTP id o746oMs3010436
	for <info@xxx.de>; Wed, 4 Aug 2010 08:50:25 +0200
X-IronPort-AV: E=Sophos;i="4.55,314,1278284400"; 
   d="pdf'?scan'208";a="365779"
Received: from unknown (HELO MSGABZHUB01.ent.bhicorp.com) ([10.44.231.200])
  by msgabzasg01.bhi-net.com with ESMTP; 04 Aug 2010 07:45:57 +0100
Received: from MSGABZCMS03.ent.bhicorp.com ([169.254.1.59]) by
	MSGABZHUB01.ent.bhicorp.com ([10.44.231.200]) with mapi; Wed, 4 Aug 2010
	07:50:21 +0100
From: "Haven, Simon" <xxx(at)yy.com>
To: xxx <xxx>
Date: Wed, 4 Aug 2010 07:50:21 +0100
Subject: [SPAM] Bestellung
Thread-Topic: Bestellung
Thread-Index: AcszoOj91C0BYkuuQk6xl9I8U0W8WwAACPXw
Message-ID: <37393C5BDA9BCC48A72A480E161DFD594FF7A525E4@MSGABZCMS03.ent.bhicorp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
acceptlanguage: en-US
Comment 1 Karsten Bräckelmann 2010-08-04 10:55:15 UTC
> Received: from MSGABZCMS03.ent.bhicorp.com ([169.254.1.59]) by

It triggers on 169.254/16, assigned as "link local" block, bug 6465.

See that bug for a fix in SVN.

*** This bug has been marked as a duplicate of bug 6465 ***